Skip to content

Commit

Permalink
Join path correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
z0mbix committed Sep 6, 2024
1 parent 0a34d5c commit 7f3ab85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provisioner/ansible_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ func TestAnsibleLocalProvisioner_GetCommand(t *testing.T) {
"local",
"--inventory",
"localhost,",
"tests/playbook.yml",
filepath.Join("tests", "playbook.yml"),
},
},
}
Expand Down

0 comments on commit 7f3ab85

Please sign in to comment.