chore: fix typo
License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
Oli Evans committed
Mar 4, 2020 at 15:36 UTC
cba7be08f1058d1523c8497932f9c30150652aa6
1 file changed
+1
-1
bin/push-docker-tags.sh
+1
-1
@@ -24,7 +24,7 @@
24
# # push tag for a release tag
25
# ./push-docker-tags.sh 1 testingsha release v0.5.0
26
#
27
-# # Surving suggestion in circle ci - https://circleci.com/docs/2.0/env-vars/#built-in-environment-variables
27
+# # Serving suggestion in circle ci - https://circleci.com/docs/2.0/env-vars/#built-in-environment-variables
28
# ./push-docker-tags.sh "$CIRCLE_BUILD_NUM" "$CIRCLE_SHA1" "$CIRCLE_BRANCH" "$CIRCLE_TAG"
29
#
30
set -euo pipefail