mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 18:22:37 +02:00
Fix typo with using a custom container
This commit is contained in:
parent
a7afe9493b
commit
2f97f344a9
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def gui_main(custom_container, filename):
|
||||||
|
|
||||||
# Check the output
|
# Check the output
|
||||||
if custom_container.encode() not in stdout_data:
|
if custom_container.encode() not in stdout_data:
|
||||||
click.echo(f"Container '{container}' not found")
|
click.echo(f"Container '{custom_container}' not found")
|
||||||
return
|
return
|
||||||
|
|
||||||
global_common.custom_container = custom_container
|
global_common.custom_container = custom_container
|
||||||
|
|
Loading…
Reference in a new issue