Skip to content

Commit ef2c3da

Browse files
committed
Declutter
1 parent 980c39c commit ef2c3da

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

scripts/run-poetry.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,11 @@ STATUS=$(git status --porcelain)
88

99
if [ -z "$RUN_ON_UNCLEAN" ]; then
1010
if [ -n "$STATUS" ]; then
11-
echo "================================================================"
12-
echo "============= ERROR: repository unclean, stopping! ============="
13-
echo "================================================================"
11+
echo "==== ERROR: repository unclean, stopping! ===="
1412
echo
1513
git status
1614
echo
17-
echo "================================================================"
18-
echo "============= ERROR: repository unclean, stopping! ============="
19-
echo "================================================================"
20-
echo
15+
echo "--------"
2116
echo "To ignore this (you have been warned!), set an environment var:"
2217
echo
2318
echo "> export RUN_ON_UNCLEAN=true"

0 commit comments

Comments
 (0)