Skip to content

Commit ca5b5e0

Browse files
authored
chore(dev.Dockerfile.tmpl): Remove superfluous step number (#2073)
## Summary ### Issue For some reason only the comment about copying the local flake dirs got a step number. Maybe a leftover? ### Fix Just remove it, as no other step is numbered. ## How was it tested? It wasn't as it is only a comment change. 😄 Signed-off-by: Silvestre Zabala <[email protected]>
1 parent 3246587 commit ca5b5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/devbox/generate/tmpl/dev.Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY devbox.lock devbox.lock
1616
{{- end}}
1717

1818
{{if len .LocalFlakeDirs}}
19-
# Step 6: Copying local flakes directories
19+
# Copying local flakes directories
2020
{{- end}}
2121
{{range $i, $element := .LocalFlakeDirs -}}
2222
COPY {{$element}} {{$element}}

0 commit comments

Comments
 (0)