Skip to content

Commit

Permalink
fix: renku not found error (#193)
Browse files Browse the repository at this point in the history
renku is now in either `$HOME/.renku/bin` or `/share/bin` (batch)
  • Loading branch information
TaoSunVoyage committed Nov 17, 2021
1 parent cddd6a9 commit 5f9ee64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/py/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ then
fi

# install git hooks
~/.local/bin/renku githooks install || true
renku githooks install || true

# run the post-init script in the root directory (i.e. coming from the image)
if [ -f "/post-init.sh" ]; then
Expand Down

0 comments on commit 5f9ee64

Please sign in to comment.