Don't supply app to update command.

pull/239/head
Chris McCormick 2022-04-26 10:19:07 +08:00
rodzic 38e1876856
commit a9cbcf3b80
1 zmienionych plików z 1 dodań i 1 usunięć

2
piku
Wyświetl plik

@ -53,7 +53,7 @@ else
echo " shell Local command to start an SSH session in the remote."
echo " init Local command to download an example ENV and Procfile."
;;
apps|setup|setup:ssh)
apps|setup|setup:ssh|update)
ssh ${sshflags} "$server" "$@"
;;
shell)