commit 72f63ee3dbfb9e6c39a2cc7b400ce329ebc26968 parent 599d66c0e62ddd88062fc69a857d6cc3521b960f Author: finwo <finwo@pm.me> Date: Wed, 6 Dec 2017 19:49:28 +0100 Filename correction Diffstat:
| M | dep | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dep b/dep @@ -40,7 +40,7 @@ case "$1" in # Sanity check if [ -f .dep ]; then echo "Project already initialized." >&2 - echo "Remove the .dependencies file if you want to start over." >&2 + echo "Remove the .dep file if you want to start over." >&2 exit 1 fi