Skip to content
This repository was archived by the owner on Jun 13, 2022. It is now read-only.

Commit 74e7693

Browse files
authored
Merge pull request #18 from control4/update_modified_fix
false being parsed
2 parents ac5233b + 16b6795 commit 74e7693

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ ! -z "$INPUT_VERSION" ]; then
88
cmd="$cmd --driver-version $INPUT_VERSION"
99
fi
1010

11-
if [ ! -z "$INPUT_UPDATEMODIFIED" ]; then
11+
if [ ! -z $INPUT_UPDATEMODIFIED ] && [ ! $INPUT_UPDATEMODIFIED = false ]; then
1212
cmd="$cmd --update-modified"
1313
fi
1414

0 commit comments

Comments
 (0)