Skip to content

Commit

Permalink
keep tempfile
Browse files Browse the repository at this point in the history
  • Loading branch information
k-burt-uch committed Oct 6, 2024
1 parent cf0bd57 commit 0b68d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen3/lib/g3k_manifest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ g3k_kv_filter() {
return 1
fi

local tempFile="./g3k_manifest_filter_$$"
local tempFile="g3k_manifest_filter_$$"
cp "$templatePath" "$tempFile"
cat $tempFile
while [[ $# -gt 0 ]]; do
Expand Down

0 comments on commit 0b68d5a

Please sign in to comment.