Skip to content

Commit

Permalink
Shell command needs proper usage and desc to be valid
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Dec 9, 2023
1 parent 376a820 commit 4dcd2c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cmd/shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ import (

var shellCmd = &cobra.Command{
Hidden: true,
Use: "shell",
Short: "Shell plugin for dkron",
Long: ``,
Run: func(cmd *cobra.Command, args []string) {
plugin.Serve(&plugin.ServeConfig{
HandshakeConfig: dkplugin.Handshake,
Expand Down
2 changes: 1 addition & 1 deletion plugin/shell/prometheus.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package shell

import (
"log"
Expand Down

0 comments on commit 4dcd2c7

Please sign in to comment.