Skip to content

Commit

Permalink
Fixed: pullAllPluginsSource.sh deleted local .git directory (OFBIZ-12…
Browse files Browse the repository at this point in the history
…927)

Last commit did not work, syntax error :/
  • Loading branch information
JacquesLeRoux committed Mar 16, 2024
1 parent b71503e commit 9494ef3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pullAllPluginsSource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ git clone --depth 1 --single-branch --branch $branch https://github.com/apache/o

# remove .git, in this case it's useless information
if [ -d "plugins" ]
rm -rf plugins/.git
then
rm -rf plugins/.git
fi

0 comments on commit 9494ef3

Please sign in to comment.