We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e8849 commit 5093d77Copy full SHA for 5093d77
mkrelease.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-if ! test -d .git
+if ! test -e .git
4
then
5
echo This script must be run in a Git repository
6
exit 1
0 commit comments