Skip to content

Commit

Permalink
change code at test/e2e/suite_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
boddumanohar committed May 19, 2021
1 parent 9d66c14 commit 62c20c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ var _ = ginkgo.BeforeSuite(func() {
gomega.Expect(err).NotTo(gomega.HaveOccurred())

smbPublicIP := strings.TrimSuffix(string(output), "\n")
source := `\\` + smbPublicIP + `\share`
source := `//` + smbPublicIP + `/share`

log.Printf("use source on Windows: %v\n", source)
defaultStorageClassParameters["source"] = source
Expand Down

0 comments on commit 62c20c9

Please sign in to comment.