Skip to content

Commit 3496528

Browse files
committed
fix outdated code comment
1 parent 25a9991 commit 3496528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/bob/bobfile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ type DevShellCommand struct {
9898
type DockerImageSpec struct {
9999
Image string `json:"image"`
100100
DockerfilePath string `json:"dockerfile_path"`
101-
AuthType *string `json:"auth_type"` // creds_from_env | aws_ecr
101+
AuthType *string `json:"auth_type"` // creds_from_env
102102
Platforms []string `json:"platforms,omitempty"` // if set, uses buildx
103103
TagLatest bool `json:"tag_latest"`
104104
}

0 commit comments

Comments
 (0)