diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-09-16 14:58:12 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-09-16 14:58:12 +0200 |
commit | 6db714e70c1368eeed3542a92f3db2d4161b4de1 (patch) | |
tree | 2d5f7dc9ad09eb38664202ac48cf912d55db2599 /mach | |
parent | Removed Settings::contains (diff) | |
download | smolbote-6db714e70c1368eeed3542a92f3db2d4161b4de1.tar.xz |
Fixed bug opening URLs from the command line while instance is running
Diffstat (limited to 'mach')
-rwxr-xr-x | mach | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |