Skip to content

Commit

Permalink
debug keys
Browse files Browse the repository at this point in the history
  • Loading branch information
k-burt-uch committed Oct 6, 2024
1 parent 0b68d5a commit 7033d4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gen3/lib/g3k_manifest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ g3k_kv_filter() {
local key="$1"
shift
local value="$1"
gen3_log_info "value: $value and key: $key"
shift || true
sed -E -i "s^${key}([|]-.+-[|])?^${value}^g" "$tempFile"
done
Expand Down

0 comments on commit 7033d4c

Please sign in to comment.