Skip to content

Commit

Permalink
Merge pull request #34 from antham/fix-linting-issue
Browse files Browse the repository at this point in the history
Fix a linting issue
  • Loading branch information
antham authored Aug 31, 2024
2 parents 44849e0 + 121e08f commit a27fee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func newMigrateCmd(workspaceManager workspaceManager) *cobra.Command {
if err != nil {
return err
}
cmd.Printf(regularStyle.Render("Config migrated"))
cmd.Print(regularStyle.Render("Config migrated"))
return nil
},
}
Expand Down

0 comments on commit a27fee1

Please sign in to comment.