Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Commit

Permalink
👷🐛 ops/push-images: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Henderson committed Dec 25, 2019
1 parent 5ce1bff commit 5360caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/push-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project="indra"
registry_url="https://index.docker.io/v1/repositories/$organization"

commit=`git rev-parse HEAD | head -c 8`
release=`cat package.json | grep '"version":' | awk -F '"' '{print $$4}'`
release=`cat package.json | grep '"version":' | awk -F '"' '{print $4}'`

version="$1" # one of "commit" or "release"
shift
Expand Down

0 comments on commit 5360caf

Please sign in to comment.