Skip to content

Commit 690783b

Browse files
Merge pull request #9248 from zaneb/embed-module-bootstrap-pullsecret
ARO-12457: Include bootstrap docker config file in go module
2 parents 777f75a + bb900da commit 690783b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/data/tools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ import "embed"
88
// this package and no other codebases should either, as we intend to remove it
99
// once ARO has moved off the wrapper.
1010

11-
//go:embed bootstrap/* manifests/* coreos/*
11+
//go:embed all:bootstrap manifests/* coreos/*
1212
var _ embed.FS

0 commit comments

Comments
 (0)