Skip to content

Commit 8760c0b

Browse files
committed
update messaging to not use shorthand and be consistent with docs
1 parent 415f865 commit 8760c0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/cmd/channel_disable_semantic_versioning.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func (r *runners) channelDisableSemanticVersioning(cmd *cobra.Command, args []st
2929
return err
3030
}
3131

32-
fmt.Fprintf(r.w, "Semver successfully disabled for channel %s\n", chanID)
32+
fmt.Fprintf(r.w, "Semantic versioning successfully disabled for channel %s\n", chanID)
3333
r.w.Flush()
3434

3535
return nil

cli/cmd/channel_enable_semantic_versioning.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func (r *runners) channelEnableSemanticVersioning(cmd *cobra.Command, args []str
2929
return err
3030
}
3131

32-
fmt.Fprintf(r.w, "Semver successfully enabled for channel %s\n", chanID)
32+
fmt.Fprintf(r.w, "Semantic versioning successfully enabled for channel %s\n", chanID)
3333
r.w.Flush()
3434

3535
return nil

0 commit comments

Comments
 (0)