Skip to content

Commit 8b3d9ec

Browse files
committed
The 'command' variable was renamed 'entry' when Dockerfile support was added
1 parent b41b8fa commit 8b3d9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/curlbash.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ FROM <%= attributes[:curlbash_container_image] %>
44
RUN <%= step %>
55
<% end %>
66

7-
RUN <%= command %>
7+
RUN <%= entry %>

0 commit comments

Comments
 (0)