Browse Source

Fix dumper program to use proper import

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
Alexander Morozov 9 years ago
parent
commit
1477a3d7fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      builder/dockerfile/parser/dumper/main.go

+ 1 - 1
builder/dockerfile/parser/dumper/main.go

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