File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ require (
135
135
github.com/aws/aws-sdk-go-v2/service/iam v1.28.7
136
136
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.7 // indirect
137
137
github.com/aws/smithy-go v1.20.2
138
- github.com/common-fate/awsconfigfile v0.9 .0
138
+ github.com/common-fate/awsconfigfile v0.10 .0
139
139
github.com/common-fate/useragent v0.1.0
140
140
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
141
141
github.com/danieljoos/wincred v1.1.2 // indirect
Original file line number Diff line number Diff line change @@ -88,6 +88,8 @@ github.com/common-fate/apikit v0.4.0 h1:d3ZYWg4CPBte6gIyiNM2MFuqn7Pg24RdYlB6Tz25
88
88
github.com/common-fate/apikit v0.4.0 /go.mod h1:5WXBU3NBnQ6ZuqQyazwL5Ou6yT7UpC8c3yK8F9mGh9k =
89
89
github.com/common-fate/awsconfigfile v0.9.0 h1:eP5UGdX/kUqubnp1OM+78n/ssuuu2xMjztUZMwR7xPI =
90
90
github.com/common-fate/awsconfigfile v0.9.0 /go.mod h1:4g8kxy1vcf2hn6N5Zmaz+nfc7xQ66uWSb5dsm2ZCa6s =
91
+ github.com/common-fate/awsconfigfile v0.10.0 h1:9W0JTeO0d3jNLw3Ps9U7IJwLYp4D9zcipq/sqNEWJOg =
92
+ github.com/common-fate/awsconfigfile v0.10.0 /go.mod h1:znstvN26aO+KUwmdjwZ+WcmitZ7heEJb5iFdCPokAO8 =
91
93
github.com/common-fate/cli v1.8.0 h1:T3I+NCMTyvIlZC8QK9qfmsZWj3eSDSZRPHQlM5KJ8Q4 =
92
94
github.com/common-fate/cli v1.8.0 /go.mod h1:fE4jNXj30AvqFvBMTHIDuoI/IahN1h8iRrjEE2n2Td0 =
93
95
github.com/common-fate/clio v1.2.3 h1:hHwUYZjn66qGYDpgANl0EB/92hyi/Jsnd07qB09rvn4 =
Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ func installFishCompletions(c *cli.Context) error {
69
69
// Try to create a file
70
70
err := os .WriteFile (executableDir , []byte (combinedOutput ), 0600 )
71
71
if err != nil {
72
-
73
72
return fmt .Errorf ("something went wrong when saving fish autocompletions: %s" , err .Error ())
74
73
}
75
74
clio .Success ("Fish autocompletions generated successfully" )
You can’t perform that action at this time.
0 commit comments