Skip to content

Commit 08ce027

Browse files
committed
fix missing newline
1 parent 063ac44 commit 08ce027

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/snapshot/snapshot_schedule_list.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package snapshot
22

33
import (
4-
"fmt"
54
"os"
65
"strconv"
76
"time"
@@ -78,7 +77,7 @@ var snapshotScheduleListCmd = &cobra.Command{
7877
}
7978
ow.WriteTable()
8079
} else {
81-
fmt.Printf("No snapshot schedules found")
80+
utility.Info("No snapshot schedules found in %s.", client.Region)
8281
}
8382
}
8483
},

0 commit comments

Comments
 (0)