Skip to content

Commit

Permalink
debug getValueByAttribute
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroTochigi committed Jan 20, 2024
1 parent 95c785a commit 066d4b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions archive/jsonController.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ function getValueByAttribute(){
local instanceName=$1
local attribute=$2
local backet=$(getBucketByBucketKey "$(getConfigAsJson)" $instanceName)
echo "backet: $backet"
local keyName=$(echo "$backet" | \
jq -r --arg instanceName "$instanceName" \
--arg attribute "$attribute" \
Expand Down

0 comments on commit 066d4b6

Please sign in to comment.