Skip to content

Commit 689b859

Browse files
arschlesAaron Schlesinger
authored andcommitted
fix(boot.go): correct the import path
1 parent 13aa3a4 commit 689b859

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

boot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"os"
66
"runtime"
77

8-
"github.com/arschles/builder/fetcher"
8+
"github.com/deis/builder/fetcher"
99
"github.com/deis/builder/pkg"
1010
"github.com/kelseyhightower/envconfig"
1111
)

0 commit comments

Comments
 (0)