We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320b06e commit 85d4bcfCopy full SHA for 85d4bcf
1 file changed
alteriso/src/internal/cmd/profile/format.go
@@ -26,7 +26,7 @@ func profileFormatCmd() *cobra.Command {
26
return err
27
}
28
29
- if profile.Format(); err != nil {
+ if err := profile.Format(); err != nil {
30
return errors.Wrap(err)
31
32
0 commit comments