Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob0h committed Nov 6, 2018
1 parent ffde7ff commit dd346b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/init/integration_test.go
Expand Up @@ -90,7 +90,7 @@ var _ = Describe("ship init with arbitrary upstream", func() {
Expect(err).NotTo(HaveOccurred())
absolutePath := filepath.Join(pwdRoot, "..")
absoluteUpstream = fmt.Sprintf("file::%s", filepath.Join(absolutePath, relativePath))
replacements["__upstream__"] = absolutePath
replacements["__upstream__"] = absoluteUpstream
}
cmd := cli.RootCmd()
buf := new(bytes.Buffer)
Expand Down
Expand Up @@ -2,7 +2,7 @@
"v1": {
"config": null,
"releaseName": "ship",
"upstream": "file::__upstream__/input/ship.yaml",
"upstream": "file::__upstream__",
"metadata": null,
"contentSHA": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
}
Expand Down

0 comments on commit dd346b4

Please sign in to comment.