There was an error while loading. Please reload this page.
1 parent f938882 commit 41e05faCopy full SHA for 41e05fa
2 files changed
.gitignore
@@ -1,4 +1,5 @@
1
cmd/carapace-aws/carapace-aws
2
+cmd/carapace-aws/cmd/botocore/botocore_generated.go
3
dist
4
docs/book
5
profile.cov
cmd/carapace-aws/cmd/botocore/botocore.go
@@ -11,7 +11,7 @@ import (
11
//go:embed *.yaml
12
var f embed.FS
13
14
-//go:generate go run ./generate > botocore_generated.go
+//go:generate sh -c "go run ./generate > botocore_generated.go"
15
var services map[string]string
16
17
func Services() map[string]string {
0 commit comments