pass the channel along with auto-upgrade

This commit is contained in:
Adam Cooke
2017-05-18 12:23:41 +01:00
parent 3485cd7229
commit 2a5d8034ae
+1 -1
View File
@@ -87,7 +87,7 @@ case "$1" in
;;
auto-upgrade)
run "ruby script/auto_upgrade.rb"
run "ruby script/auto_upgrade.rb $2"
;;
make-user)