Skip to content

Commit

Permalink
Merge branch 'add-driver-aws' of github.com:treehouses/luftballon int…
Browse files Browse the repository at this point in the history
…o add-driver-aws
  • Loading branch information
hiroTochigi committed Jan 20, 2024
2 parents a300594 + 79f0053 commit e65da93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions archive/jsonController.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ function printAllConfig(){
function getValueByAttribute(){
local instanceName=$1
local attribute=$2
echo "instanceName: $instanceName"
echo "attribute: $attribute"
local backet=$(getBucketByBucketKey "$(getConfigAsJson)" $instanceName)
echo "backet: $backet"
local keyName=$(echo "$backet" | \
Expand Down

0 comments on commit e65da93

Please sign in to comment.