Skip to content
Snippets Groups Projects
Commit 2907e51f authored by Ferenc Schulcz's avatar Ferenc Schulcz
Browse files

Fix git puller

parent 43f85020
Branches
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
cd $(dirname $(realpath "$0")) cd $(dirname $(realpath "$0"))
for plugin in plugins/*/; do for plugin in plugins/*/; do
if ! ( stat "plugins/${plugin}/.git" ); then if ! ( stat "${plugin}.git" >/dev/null 2>/dev/null ); then
continue continue
fi fi
echo "Pulling ${plugin}..." echo "Pulling ${plugin}..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment