Skip to content

Commit

Permalink
Merge pull request #87 from corhere/customizable-default-command
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelkarp authored Aug 31, 2022
2 parents 2e979ca + b5f6b79 commit 548751d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runc.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ const (
JSON Format = "json"
// Text represents plain text format
Text Format = "text"
)

var (
// DefaultCommand is the default command for Runc
DefaultCommand = "runc"
)
Expand Down

0 comments on commit 548751d

Please sign in to comment.