Skip to content

Commit ebf59a8

Browse files
committed
fix(deisctl): correct typo in store-volume unit name
1 parent bfe8832 commit ebf59a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deisctl/cmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ Options:
488488
"deis-store-gateway.service",
489489
"deis-store-metadata.service",
490490
"deis-store-monitor.service",
491-
"deis-store-volume.serviice",
491+
"deis-store-volume.service",
492492
}
493493
for _, unit := range units {
494494
src := rootURL + tag + "/deisctl/units/" + unit

0 commit comments

Comments
 (0)