kopia lustrzana https://github.com/piku/piku
Merge pull request #239 from chr15m/fix-update-command
Fix update command in piku cli scriptpull/250/head
commit
eefe5b10c3
2
piku
2
piku
|
@ -53,7 +53,7 @@ else
|
||||||
echo " shell Local command to start an SSH session in the remote."
|
echo " shell Local command to start an SSH session in the remote."
|
||||||
echo " init Local command to download an example ENV and Procfile."
|
echo " init Local command to download an example ENV and Procfile."
|
||||||
;;
|
;;
|
||||||
apps|setup|setup:ssh)
|
apps|setup|setup:ssh|update)
|
||||||
ssh ${sshflags} "$server" "$@"
|
ssh ${sshflags} "$server" "$@"
|
||||||
;;
|
;;
|
||||||
shell)
|
shell)
|
||||||
|
|
Ładowanie…
Reference in New Issue