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 83ff22e commit b50d02c
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 @@ -149,7 +149,7 @@ g3k_kv_filter() {

local tempFile="$XDG_RUNTIME_DIR/g3k_manifest_filter_$$"
cp "$templatePath" "$tempFile"

cat $tempFile
while [[ $# -gt 0 ]]; do
local key="$1"
shift
Expand Down

0 comments on commit b50d02c

Please sign in to comment.