Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit f7760f7

Browse files
fix indent
1 parent 3627d16 commit f7760f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/publishsubscribe/datastore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ func saveDataStore() *cli.Command {
230230
}
231231
job := func(channel cios.Channel, limit int64) {
232232
switch {
233-
case replaced != "":
233+
case replaced != "" || indent:
234234
packerFormat = "json"
235235
fallthrough
236236
case outputDir == "":

0 commit comments

Comments
 (0)