Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pull/396'
Browse files Browse the repository at this point in the history
* origin/pull/396:
  sbctl setup migrate: fix typo
  • Loading branch information
Foxboron committed Oct 28, 2024
2 parents da388a1 + aa1fec4 commit 0c8ea2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sbctl/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func SetupInstallation(state *config.State) error {

func MigrateSetup(state *config.State) error {
if !state.IsInstalled() {
return fmt.Errorf("sbctl is not installd")
return fmt.Errorf("sbctl is not installed")
}

newConf := config.DefaultConfig()
Expand Down

0 comments on commit 0c8ea2c

Please sign in to comment.