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 59530a6 commit f9c78efCopy full SHA for f9c78ef
bin/detect
@@ -1,6 +1,8 @@
1
#!/bin/sh
2
3
-if [ ! -f ".gitmodules" ]; then
+app_dir="$1"
4
+
5
+if [ ! -f "$app_dir/.gitmodules" ]; then
6
exit 1
7
fi
8
0 commit comments