Skip to content

Commit af63629

Browse files
committed
chore(builder): fix broken test with correct repo name
1 parent 8ff6792 commit af63629

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/git/git_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
func TestCreatePreReceiveHook(t *testing.T) {
1515
const gitHome = "TestGitHome"
1616
gopath := os.Getenv("GOPATH")
17-
repoPath := filepath.Join(gopath, "src", "github.com", "deis", "builder", "testdata")
17+
repoPath := filepath.Join(gopath, "src", "github.com", "teamhephy", "builder", "testdata")
1818
assert.NoErr(t, createPreReceiveHook(gitHome, repoPath))
1919
hookBytes, err := ioutil.ReadFile(filepath.Join(repoPath, "hooks", "pre-receive"))
2020
assert.NoErr(t, err)

0 commit comments

Comments
 (0)