Skip to content

Commit ccbe678

Browse files
committed
Fix typo
1 parent 55541bd commit ccbe678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/docker-stacks-foundation/run-hooks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fi
1717

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

0 commit comments

Comments
 (0)