Commit b29fb4a
authored
# Summary
When we change the directory of `kubectl-mongodb` from
`public/tools/multicluster` to `cmd/kubectl-mongodb` we change the
source file `build_multi_cluster_kubeconfig_creator.sh` to use the new
path but I missed updating the new path in the file
`funcs/multicluster`. This PR fixes that problem and updates the path to
point to the correct location.
## Proof of Work
Run `make prepare_local_e2e`, that will build the `kubectl-mongodb`
binary and use the `kubectl mongodb multicluster` command to setup the
multicluster environment.
1 parent 79543a3 commit b29fb4a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
0 commit comments