1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

Merge pull request #17376 from LK4D4/fix_dumper

Fix dumper program to use proper import
Upstream-commit: 1b9d064b73428fe64b171d38c676e4dfefea7668
Component: engine
This commit is contained in:
David Calavera
2015-10-26 13:25:36 -07:00

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"os"
"github.com/docker/docker/builder/parser"
"github.com/docker/docker/builder/dockerfile/parser"
)
func main() {