Skip to content
Snippets Groups Projects
Commit 588fe02e authored by papiris's avatar papiris
Browse files

fix whitespace and paths in hook

parent 09b414a0
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,9 @@ if [[ "$1" == "pre-commit" ]]; then
commit_stage=pre
elif [[ "$1" == "post-commit" ]]; then
commit_stage=post
commit_stage=post
fi
python /bin/apk-snap --ini /etc/apk-snap/apk-snap.ini $commit_stage
/usr/bin/python /usr/bin/apk-snap --ini /etc/apk-snap/apk-snap.ini $commit_stage
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