Merge pull request #239 from chr15m/fix-update-command

Fix update command in piku cli script
pull/250/head
Rui Carmo 2022-09-12 19:25:23 +01:00 zatwierdzone przez GitHub
commit eefe5b10c3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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)