Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
idk
  • Loading branch information
Kristian Freeman committed Oct 11, 2019
1 parent 698bc9d commit 16beb42
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions entrypoint.sh
Expand Up @@ -7,8 +7,9 @@ export NVM_DIR="/github/workspace/nvm"
export WRANGLER_HOME="/github/workspace"

# h/t https://github.com/elgohr/Publish-Docker-Github-Action
function sanitize () {
if [ -z "${1}" ]; then
sanitize() {
if [ -z "${1}" ]
then
>&2 echo "Unable to find the ${2}. Did you set with.${2}?"
exit 1
fi
Expand Down

0 comments on commit 16beb42

Please sign in to comment.