Skip to content

Commit

Permalink
Update tfenv-version-name
Browse files Browse the repository at this point in the history
I've been writing too much javascript recently
  • Loading branch information
Zordrak authored Aug 14, 2021
1 parent 79e9156 commit 675689b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/tfenv-version-name
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if [[ "${TFENV_VERSION}" =~ ^latest.*$ ]]; then
log 'debug' "'latest' keyword does not use regex";
fi;

declare local_version = '';
declare local_version='';
if [[ -d "${TFENV_ROOT}/versions" ]]; then
local_version="$(\find "${TFENV_CONFIG_DIR}/versions/" -type d -exec basename {} \; \
| tail -n +2 \
Expand Down

0 comments on commit 675689b

Please sign in to comment.