Skip to content

Commit

Permalink
constant: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Landgraf <[email protected]>
  • Loading branch information
dougsland committed Jul 5, 2024
1 parent 3898196 commit 020a507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ if [ -z "${IMAGE_NAME_CONTAINER+x}" ]; then
fi

if [ -z "${IMAGE_COMMAND+x}" ]; then
IMAGE_NAME_CONTAINER="sleep 3600"
IMAGE_COMMAND="sleep 3600"
fi

if [ -z "${LIST_CURRENT_STATE+x}" ]; then
Expand Down

0 comments on commit 020a507

Please sign in to comment.