Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Dec 14, 2023
1 parent 55541bd commit ccbe678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/docker-stacks-foundation/run-hooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi

echo "Running hooks in: ${1} as uid: $(id -u) gid: $(id -g)"
for f in "${1}/"*; do
# Hadling a case when the directory is empty
# Handling a case when the directory is empty
[ -e "${f}" ] || continue
case "${f}" in
*.sh)
Expand Down

0 comments on commit ccbe678

Please sign in to comment.