Skip to content

Commit 42ed5ed

Browse files
author
Hervé Lee
committed
try again
1 parent 27173b2 commit 42ed5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ make_archive()
5555
if [ -n "$INPUT_PATH" ]; then
5656
for path in $INPUT_PATH; do
5757
pushd $path
58-
debug "Running: zip -r $archive . $zip_opts"
58+
debug Running: zip -r $archive . $zip_opts
5959
zip -r $archive . $zip_opts
6060
popd
6161
done

0 commit comments

Comments
 (0)