Skip to content

Commit 747d45e

Browse files
committed
Merge branch 'address-ghost-instance' of github.com:treehouses/luftballon into address-ghost-instance
2 parents 8a3a862 + 146d55e commit 747d45e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/aws/dependencies/detectIncompleteState.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,6 @@ detectIncompleteState() {
116116
# Bit 0 -> keyPairExists
117117
local binaryState=$(((instanceExists << 2) | (securityGroupExists << 1) | keyPairExists))
118118

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

0 commit comments

Comments
 (0)