Skip to content

Commit

Permalink
Merge pull request #1 from smartcontractkit/fmt
Browse files Browse the repository at this point in the history
fix shell formatting
  • Loading branch information
tateexon authored Apr 7, 2022
2 parents f4fa902 + 7e8801b commit 15836b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/tool-versions-to-env
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ read_tool_versions_write_to_env() {
to_echo "$safe_to_echo" "Original line: $line"

# split the line into a bash array using the default space delimeter
IFS=" " read -r -a lineArray <<< "$line"
IFS=" " read -r -a lineArray <<<"$line"

# get the key and value from the array, set the key to all uppercase
key="${lineArray[0],,}"
Expand Down

0 comments on commit 15836b7

Please sign in to comment.