From a9cbcf3b80b350d2c41471408997c5dfdb4bfad4 Mon Sep 17 00:00:00 2001 From: Chris McCormick Date: Tue, 26 Apr 2022 10:19:07 +0800 Subject: [PATCH] Don't supply app to update command. --- piku | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piku b/piku index 8332211..0b4a534 100755 --- a/piku +++ b/piku @@ -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)