Skip to content

Commit

Permalink
chore: removed old command from install script
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-svensson committed Dec 23, 2019
1 parent 42680cc commit 24b34d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
set -e
# Code generated by godownloader on 2019-10-24T11:38:49Z. DO NOT EDIT.
# Code generated by godownloader on 2019-12-23T11:05:17Z. DO NOT EDIT.
#

usage() {
Expand Down Expand Up @@ -62,8 +62,8 @@ execute() {
}
get_binaries() {
case "$PLATFORM" in
darwin/amd64) BINARIES="build push deploy service-setup kubecmd" ;;
linux/amd64) BINARIES="build push deploy service-setup kubecmd" ;;
darwin/amd64) BINARIES="build push deploy kubecmd" ;;
linux/amd64) BINARIES="build push deploy kubecmd" ;;
*)
log_crit "platform $PLATFORM is not supported. Make sure this script is up-to-date and file request at https://github.com/${PREFIX}/issues/new"
exit 1
Expand Down

0 comments on commit 24b34d9

Please sign in to comment.