Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jul 19, 2024
1 parent 2ecf210 commit cb66ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ echo "::endgroup::"

# Experimental: support pkgs like rJava
if test -f "$PKGDIR/bootstrap.R"; then
echo "Trying to run $PKGDIRbootstrap.R"
echo "Trying to run $PKGDIR/bootstrap.R"
(cd $PKGDIR; Rscript bootstrap.R) || true
elif test -f "$PKGDIR/.prepare"; then
echo "Trying to run $PKGDIR/.prepare"
Expand Down

0 comments on commit cb66ba6

Please sign in to comment.