From 6db714e70c1368eeed3542a92f3db2d4161b4de1 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 16 Sep 2017 14:58:12 +0200 Subject: Fixed bug opening URLs from the command line while instance is running --- mach | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mach') 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 -- cgit v1.2.1