Skip to content

Commit

Permalink
Merge pull request #1811 from kinvolk/alessandro/fix-scope-stop-osx
Browse files Browse the repository at this point in the history
Alessandro/fix scope stop osx
  • Loading branch information
Alfonso Acosta authored Aug 17, 2016
2 parents fc4bdf0 + 5b67adc commit 250baa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scope
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ EOF
fi
if check_docker_for_mac ; then
if docker inspect $SCOPE_APP_CONTAINER_NAME >/dev/null 2>&1 ; then
docker stop $SCOPE_CONTAINER_NAME >/dev/null
docker stop $SCOPE_APP_CONTAINER_NAME >/dev/null
fi
fi
;;
Expand Down

0 comments on commit 250baa2

Please sign in to comment.