Skip to content

Commit 41e05fa

Browse files
committed
tmp
1 parent f938882 commit 41e05fa

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
cmd/carapace-aws/carapace-aws
2+
cmd/carapace-aws/cmd/botocore/botocore_generated.go
23
dist
34
docs/book
45
profile.cov

cmd/carapace-aws/cmd/botocore/botocore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
//go:embed *.yaml
1212
var f embed.FS
1313

14-
//go:generate go run ./generate > botocore_generated.go
14+
//go:generate sh -c "go run ./generate > botocore_generated.go"
1515
var services map[string]string
1616

1717
func Services() map[string]string {

0 commit comments

Comments
 (0)