diff options
Diffstat (limited to 'internal/pkg/pkg.go')
| -rw-r--r-- | internal/pkg/pkg.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/pkg/pkg.go b/internal/pkg/pkg.go index 39563c90..00d6cf76 100644 --- a/internal/pkg/pkg.go +++ b/internal/pkg/pkg.go @@ -183,6 +183,8 @@ const ( KindHTTPGet Kind = iota // KindTar is the kind of [Artifact] returned by [NewTar]. KindTar + // KindExec is the kind of [Artifact] returned by [NewExec]. + KindExec ) // Ident returns a deterministic identifier for the supplied params and |
