Skip to content

Commit

Permalink
Update utilitiyFunction.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Jul 25, 2024
1 parent a34f1c3 commit 212dda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws/dependencies/utilitiyFunction.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ function getState(){
local instanceId=$1
local state=$(aws ec2 describe-instances --instance-ids $instanceId | jq '.Reservations[].Instances[].State.Name')
echo $state
}
}

0 comments on commit 212dda6

Please sign in to comment.