From bcf174b7ed2faa10e480f337907124c9eb8745d3 Mon Sep 17 00:00:00 2001 From: Rien Maertens Date: Wed, 13 Feb 2019 21:29:54 +0100 Subject: [PATCH] Fix deployscript --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 468e624..59f7dbc 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,7 +1,7 @@ #!/bin/bash set -eo pipefail -if [ git status --porcelain=2 -uno | grep '' ]; then +if (git status --porcelain=2 -uno | grep '' ); then echo "You have unstaged changes." echo "This shouldn't happen in production." echo "Plsfix. Dank."