Skip to content

Commit

Permalink
line 23: version: unbound variable (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
basejump authored Jul 21, 2021
1 parent 8681c7a commit 76d74c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/init_env
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ -e "version.properties" ]; then source version.properties; fi
# initializes the environment
function init_env {
# echo date >> init_env.log
[ "$version" ] && init_versions
[ "${version:-}" ] && init_versions

# if a developer has a local dotenv then bring it in
parse_env_file ".env"
Expand Down

0 comments on commit 76d74c0

Please sign in to comment.