Skip to content

Commit ba2a8cd

Browse files
author
andrew
committed
merge
1 parent 1d2b5b7 commit ba2a8cd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/stack-functions

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,7 @@ stack-create() {
210210
); then
211211
stack-tail $stack
212212
else
213-
<<<<<<< HEAD
214213
echo "$output"
215-
=======
216-
echo "stack creation failed because $output"
217-
>>>>>>> features/stack-capabilities
218214
if [[ $output == *"InsufficientCapabilitiesException"* ]] ; then
219215
for capability in ${list_capabilities} ; do
220216
if [[ $output == *"$capability"* ]] ; then

0 commit comments

Comments
 (0)