Skip to content

Commit 1aa0c8a

Browse files
lionellondeloof
authored andcommitted
use filepath.Join
Signed-off-by: Lionello Lunesu <[email protected]>
1 parent 4fd1554 commit 1aa0c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loader/loader_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ services:
978978
})
979979

980980
assert.DeepEqual(t, actual.Services["db"].Build, &types.BuildConfig{
981-
Context: wd + "/db",
981+
Context: filepath.Join(wd, "db"),
982982
Dockerfile: "Dockerfile",
983983
ShmSize: types.UnitBytes(2 * 1024 * 1024 * 1024),
984984
})

0 commit comments

Comments
 (0)