Skip to content

Commit

Permalink
Fix empy syntax on endif
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rivero authored Mar 1, 2024
1 parent 53dee3a commit 27b8f67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN . /etc/os-release && test "$VERSION_ID" = "20.04" && test "$(uname -m)" = "a
os_name=os_name,
os_code_name=os_code_name,
))@
@[endif]
@[end if]@

@(TEMPLATE(
'snippet/set_environment_variables.Dockerfile.em',
Expand Down

0 comments on commit 27b8f67

Please sign in to comment.