Skip to content

Commit

Permalink
fix editorconfig-checker
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Oct 27, 2023
1 parent 4be18b2 commit a690c35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engine/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ write_files:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
{{- range $key, $value := .Environment }}
- {{ $key }}={{ $value }}
{{- end }}
Expand All @@ -51,5 +50,5 @@ runcmd:
- sh -xc "cd /root; docker compose up -d"
final_message: "The system is finally up, after $UPTIME seconds"
`
` // editorconfig-checker-disable-line
)

0 comments on commit a690c35

Please sign in to comment.