Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorYash Tripathi <tripathiyash97@gmail.com>2021-07-18 21:45:24 +0530
committerYash Tripathi <tripathiyash97@gmail.com>2021-07-18 21:45:24 +0530
commitb60e8dfd10d4d4c2b2918bad8df2b8354a7f4996 (patch)
tree76edfa08921f55c544c7891079698a39745edb23 /examples
parentb2476313a7284fedc7a29ec17fc5090a1c985ae9 (diff)
changed dry_run to dry-run
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 6054387a..6cb80190 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -280,7 +280,7 @@ def perform_installation_steps():
config_file.write(user_configuration)
print()
- if archinstall.arguments.get('dry_run'):
+ if archinstall.arguments.get('dry-run'):
exit(0)
if not archinstall.arguments.get('silent'):