Permalink
Browse files
pass the channel along with auto-upgrade
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
bin/postal
|
|
@@ -87,7 +87,7 @@ case "$1" in |
|
|
;;
|
|
|
|
|
|
auto-upgrade)
|
|
|
- run "ruby script/auto_upgrade.rb"
|
|
|
+ run "ruby script/auto_upgrade.rb $2"
|
|
|
;;
|
|
|
|
|
|
make-user)
|
|
|
|
0 comments on commit
2a5d803