Fix deployscript
This commit is contained in:
parent
536435727a
commit
bcf174b7ed
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue