Skip to content

Commit

Permalink
Merge branch 'address-ghost-instance' of github.com:treehouses/luftba…
Browse files Browse the repository at this point in the history
…llon into address-ghost-instance
  • Loading branch information
hiroTochigi committed Oct 12, 2024
2 parents 8a3a862 + 146d55e commit 747d45e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aws/dependencies/detectIncompleteState.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,6 @@ detectIncompleteState() {
# Bit 0 -> keyPairExists
local binaryState=$(((instanceExists << 2) | (securityGroupExists << 1) | keyPairExists))

#echo "Binary state (in binary): $(echo "obase=2; $binaryState" | bc)"
return $binaryState
}

0 comments on commit 747d45e

Please sign in to comment.