Skip to content

Commit 43eac13

Browse files
mafredriEmyrk
andcommitted
Update cli/provisionerjobs.go
Co-authored-by: Steven Masley <Emyrk@users.noreply.github.com>
1 parent e4f78a2 commit 43eac13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/provisionerjobs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
func (r *RootCmd) provisionerJobs() *serpent.Command {
1414
cmd := &serpent.Command{
1515
Use: "jobs",
16-
Short: "View and manage provisioner jobs",
16+
Short: "View and manage provisioner jobs.",
1717
Handler: func(inv *serpent.Invocation) error {
1818
return inv.Command.HelpHandler(inv)
1919
},

0 commit comments

Comments
 (0)