Skip to content

Commit

Permalink
Update pkg/granted/completion.go
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWilkes committed Sep 18, 2024
1 parent badf74a commit 684681a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/granted/completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ func installFishCompletions(c *cli.Context) error {
// Try to create a file
err := os.WriteFile(executableDir, []byte(combinedOutput), 0600)
if err != nil {
<<<<<<< sort-sso-profiles-by-profile-name
=======

>>>>>>> main
return fmt.Errorf("something went wrong when saving fish autocompletions: %s", err.Error())
}
clio.Success("Fish autocompletions generated successfully")
Expand Down

0 comments on commit 684681a

Please sign in to comment.