Skip to content

Commit

Permalink
fix(examples): fix local exec example
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 authored and edvald committed Jun 16, 2020
1 parent 1bbaad6 commit 90d9b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/local-exec/backend/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: container
name: backend
# Setting the "builder" module as a dependency ensures that the Go binary is built
# before the build step for this module is executed.
include: []
include: [Dockerfile]
build:
dependencies:
- name: builder
Expand Down

0 comments on commit 90d9b58

Please sign in to comment.