We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2b5b7 commit ba2a8cdCopy full SHA for ba2a8cd
lib/stack-functions
@@ -210,11 +210,7 @@ stack-create() {
210
); then
211
stack-tail $stack
212
else
213
-<<<<<<< HEAD
214
echo "$output"
215
-=======
216
- echo "stack creation failed because $output"
217
->>>>>>> features/stack-capabilities
218
if [[ $output == *"InsufficientCapabilitiesException"* ]] ; then
219
for capability in ${list_capabilities} ; do
220
if [[ $output == *"$capability"* ]] ; then
0 commit comments