summaryrefslogtreecommitdiff
path: root/actions/pack_action.go
diff options
context:
space:
mode:
authorHéctor Orón Martínez <zumbi@debian.org>2018-08-10 18:07:56 +0200
committerHéctor Orón Martínez <zumbi@debian.org>2018-08-10 19:05:55 +0200
commitbb7cb16b5e4de009f11126b3d2b4ef0cf7419c79 (patch)
treee618a9be492fa61e6999cba5588d89b157bb9bb8 /actions/pack_action.go
parent4e3708edd780442c9dfbb9fb70553adf5e16debd (diff)
New upstream version 1.0.0+git20180808.5b74d5d
Diffstat (limited to 'actions/pack_action.go')
-rw-r--r--actions/pack_action.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/pack_action.go b/actions/pack_action.go
index a90cb1d..1cb1af0 100644
--- a/actions/pack_action.go
+++ b/actions/pack_action.go
@@ -10,7 +10,7 @@ Yaml syntax:
Mandatory properties:
-- file -- name of the output tarball.
+- file -- name of the output tarball, relative to the artifact directory.
- compression -- compression type to use. Only 'gz' is supported at the moment.