Skip to content

Commit 8106154

Browse files
committed
fix(blockTypes/terra): shellcheck oversight
1 parent afef95d commit 8106154

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

src/local/flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/std/fwlib/blockTypes/terra.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ in
6464
# export TF_INPUT=0
6565
export TF_DATA_DIR="$PRJ_DATA_HOME/${fragmentRelPath}"
6666
export TF_PLUGIN_CACHE_DIR="$PRJ_CACHE_HOME/tf-plugin-cache"
67-
mkdir -p $TF_DATA_DIR
67+
mkdir -p "$TF_DATA_DIR"
68+
mkdir -p "$TF_PLUGIN_CACHE_DIR"
6869
dir="$PRJ_ROOT/${repoFolder}/.tf"
6970
mkdir -p "$PRJ_ROOT/${repoFolder}/.tf"
7071
cat << MESSAGE > "$PRJ_ROOT/${repoFolder}/.tf/readme.md"

src/tests/flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)