diff --git a/update b/update index 92693f5..6b60985 100755 --- a/update +++ b/update @@ -1,5 +1,7 @@ #!/bin/bash +set -e + echo "cloning ..." git pull origin master