summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2019-03-26 16:06:59 +0100
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2019-03-26 16:06:59 +0100
commita3b702fbbd38e925aaf0186c16bf4fc794741f0e (patch)
treea7a6e9e3e59bf92fec432a3c425dd1abc2f10b4b /cmd
parent5669c9ce6d8c817d6f3c04196e2cf59827e447d3 (diff)
parenta5b1ffcadfa25582fa8364b73524bfff3e2a274b (diff)
Update upstream source from tag 'upstream/1.0.0+git20190326.5bd4aa9'
Update to upstream version '1.0.0+git20190326.5bd4aa9' with Debian dir 2d4a1a0652c121b2ad5ad91411cbb63c04958fc1
Diffstat (limited to 'cmd')
-rw-r--r--cmd/debos/debos.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/debos/debos.go b/cmd/debos/debos.go
index 063dd0d..611162a 100644
--- a/cmd/debos/debos.go
+++ b/cmd/debos/debos.go
@@ -57,7 +57,7 @@ func warnLocalhost(variable string, value string) {
func main() {
- var context debos.DebosContext
+ context := debos.DebosContext { &debos.CommonContext{}, "", "" }
var options struct {
ArtifactDir string `long:"artifactdir" description:"Directory for packed archives and ostree repositories (default: current directory)"`
InternalImage string `long:"internal-image" hidden:"true"`