We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be8b9d commit ace5c12Copy full SHA for ace5c12
cmd/subcmd/cfn/version_test.go
@@ -21,7 +21,7 @@ func Test_version(t *testing.T) {
21
22
cmd.Run(cmd, []string{})
23
24
- want := "s3hub v0.0.0 (under MIT LICENSE)\n"
+ want := "cfn v0.0.0 (under MIT LICENSE)\n"
25
got := stdout.String()
26
if got != want {
27
t.Errorf("got %s, want %s", got, want)
0 commit comments