Skip to content

Commit 175ccbb

Browse files
author
Tom Barnes
committed
fix fix
1 parent a9ae61a commit 175ccbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integration-tests/bash/lease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ function makeLocalLeaseAndReplaceRemote {
299299
local tempcf=${LOCAL_ROOT}/tempcf.yaml
300300

301301
# next, try replace remote lease with the candidate lease
302-
kubectl create configmap ${CONFIGMAP_NAME} --from-file ${LOCAL_ROOT}/${LOCAL_FILE} -o yaml -n default --dry-run > tempcf.yaml
302+
kubectl create configmap ${CONFIGMAP_NAME} --from-file ${LOCAL_ROOT}/${LOCAL_FILE} -o yaml -n default --dry-run > $tempcf
303303
if [ $? -ne 0 ]; then
304304
traceError "failed - could not generate config map yaml"
305305
return 1

0 commit comments

Comments
 (0)