Skip to content

Commit

Permalink
(tue-env-config) use more local
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Dec 8, 2022
1 parent bde36c1 commit d50ce00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/tue-env-config.bash
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ then
echo -e "[tue-env](config) no environment set or provided"
exit 1
else
env=$1
local env=$1
shift

tue_env_dir="$(cat "$TUE_DIR"/user/envs/"$env")"
Expand All @@ -136,7 +136,7 @@ else
# shellcheck disable=SC2086
functions=$(echo $functions | tr ' ' '|')
cmd=$1
local cmd=$1
shift
eval "
Expand Down

0 comments on commit d50ce00

Please sign in to comment.