summaryrefslogtreecommitdiff
path: root/cmd/debos/debos.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/debos/debos.go')
-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"`