Skip to content

Commit

Permalink
chore: add success config init message
Browse files Browse the repository at this point in the history
  • Loading branch information
SLedunois authored Apr 22, 2022
1 parent ecd2a78 commit 3289ca3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/cmd/init/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ func (cmd *InitConfigCmd) init(command *cobra.Command, args []string) error {
return fmt.Errorf("failed to write configuration file: %s", err.Error())
}

command.Println(fmt.Sprintf("configuration successfully initialized. Please check %s file", path.Join(dest, config.DefaultConfigFileName)))

return nil
}

Expand Down

0 comments on commit 3289ca3

Please sign in to comment.