Skip to content
Snippets Groups Projects
Commit 1062f84a authored by James Vasile's avatar James Vasile
Browse files

Add missing 'fi' to if statement

parent ffb387af
No related branches found
No related tags found
No related merge requests found
......@@ -23,4 +23,4 @@ elif git log --max-count 1 "${TARGET}" > /dev/null 2>&1; then
else
>&2 echo "ERROR: Not an svn working copy nor a git repo."
exit 1
fi
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment