Skip to content

Commit 0f757ad

Browse files
committed
docs: fix typo in bake reference
1 parent 6e68733 commit 0f757ad

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)