Commit d33f013
committed
cluster-api: change temporary directory path
Changes the temporary directory where clusterapi dependencies
are unpacked from
<clusterdir>/bin/cluster-api
to
<clusterdir>/cluster-api
The clusterapi teardown function only removes the cluster-api dir,
so we are leaking the bin dir. There are other ways we could resolve
this issue, but ultimately we don't need to create a nested temporary
directory.1 parent 1e4cb53 commit d33f013
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments