Skip to content

Commit

Permalink
Fix: use correct spelling of entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Apr 17, 2024
1 parent be9675a commit 4f46870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/commons/lagoon/entrypoints.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ -d /lagoon/entrypoints ]; then
unset i
fi

# If the image provides a native endpoint that can, or should, be run after the lagoon endpoints are set, it's path can be
# If the image provides a native entrypoint that can, or should, be run after the lagoon endpoints are set, it's path can be
# set in the APPEND_NATIVE_ENTRYPOINT variable.
if [ -n "$APPEND_NATIVE_ENTRYPOINT" ] && [ -f $APPEND_NATIVE_ENTRYPOINT ]; then
echo "running defined endpoint"
Expand Down

0 comments on commit 4f46870

Please sign in to comment.