diff options
author | Egor Tensin <egor@tensin.name> | 2025-09-10 11:17:42 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2025-09-10 11:17:42 +0200 |
commit | 8827d7598a6a2cef928a79861df61071683a9b33 (patch) | |
tree | 2a53775c83454c2c0ff457d213bf5944d42e2da7 | |
parent | bump dependencies (diff) | |
download | fucktipp.ing-master.tar.gz fucktipp.ing-master.zip |
Diffstat (limited to '')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,7 +28,8 @@ maintenance: ruby else \ echo; \ echo '-----------------------------------------------------------------'; \ - echo 'Error: unrecognized modifications in the repository'; \ + echo 'Error: unrecognized modifications in the repository:'; \ + echo "$$git_status"; \ echo '-----------------------------------------------------------------'; \ exit 1; \ fi |