Skip to content

Commit 6a9de94

Browse files
authored
Merge pull request #3495 from rcastellotti/fix-typo
docs: fix typo in bake reference
2 parents 484a32f + 7253a04 commit 6a9de94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/bake-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ or interpolate them in attribute values in your Bake file.
10991099
variable "TAG" {
11001100
type = string
11011101
default = "latest"
1102-
description: "Tag to use for build"
1102+
description = "Tag to use for build"
11031103
}
11041104
11051105
target "webapp-dev" {

0 commit comments

Comments
 (0)