File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ function tfenv-version-name() {
1010 && log ' debug' " TFENV_VERSION_FILE retrieved from tfenv-version-file: ${TFENV_VERSION_FILE} " \
1111 || log ' error' ' Failed to retrieve TFENV_VERSION_FILE from tfenv-version-file' ;
1212
13- TFENV_VERSION=" $( cat " ${TFENV_VERSION_FILE} " || true | tr -d ' \r' ) " \
13+ TFENV_VERSION=" $( cat " ${TFENV_VERSION_FILE} " | tr -d ' \r' || true ) " \
1414 && log ' debug' " TFENV_VERSION specified in TFENV_VERSION_FILE: ${TFENV_VERSION} " ;
1515
1616 TFENV_VERSION_SOURCE=" ${TFENV_VERSION_FILE} " ;
@@ -77,7 +77,7 @@ function tfenv-version-name() {
7777 TFENV_VERSION=" ${local_version} " ;
7878 fi ;
7979 else
80- log ' error' " No versions matching '${requested } ' found in remote" ;
80+ log ' error' " No versions matching '${TFENV_VERSION } ' found in remote" ;
8181 fi ;
8282 else
8383 if [[ -n " ${local_version} " ]]; then
You can’t perform that action at this time.
0 commit comments