aboutsummaryrefslogtreecommitdiff
path: root/mach
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-09-16 14:58:12 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-09-16 14:58:12 +0200
commit6db714e70c1368eeed3542a92f3db2d4161b4de1 (patch)
tree2d5f7dc9ad09eb38664202ac48cf912d55db2599 /mach
parentRemoved Settings::contains (diff)
downloadsmolbote-6db714e70c1368eeed3542a92f3db2d4161b4de1.tar.xz
Fixed bug opening URLs from the command line while instance is running
Diffstat (limited to 'mach')
-rwxr-xr-xmach2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach b/mach
index ce94972..17cef25 100755
--- a/mach
+++ b/mach
@@ -53,7 +53,7 @@ if not ARGV.empty? then
system "gpg -u #{options[:email]} -b --armor #{filename}"
system "sha512sum --binary #{filename}* > #{filename}.sha512"
else
- puts "Unknown argument #{a}; use ./mach -h for more details"
+ puts "Unknown argument #{arg}; use ./mach -h for more details"
end
end