From c24826298b65f8cea34512d1c38124b2ac3421cb Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 26 Feb 2020 23:35:20 +0000 Subject: Fix syntax error in mirror cleaner --- modules/buildsystem/templates/cleaner.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/buildsystem/templates/cleaner.rb b/modules/buildsystem/templates/cleaner.rb index 3f818e46..d0dc064d 100755 --- a/modules/buildsystem/templates/cleaner.rb +++ b/modules/buildsystem/templates/cleaner.rb @@ -21,7 +21,7 @@ def process opts = GetoptLong.new( [ '--help', '-h', GetoptLong::NO_ARGUMENT ], [ '--archs', '-a', GetoptLong::REQUIRED_ARGUMENT ], - [ '--auto', '-A', GetoptLong::NO_ARGUMENT ] + [ '--auto', '-A', GetoptLong::NO_ARGUMENT ], [ '--base', '-p', GetoptLong::REQUIRED_ARGUMENT ], [ '--media', '-m', GetoptLong::REQUIRED_ARGUMENT ], [ '--destination', '-d', GetoptLong::REQUIRED_ARGUMENT ], -- cgit v1.2.1