Skip to content

Commit e5f24c2

Browse files
committed
vagrant: Fix invalid shell function call
1 parent f6b33a0 commit e5f24c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/vagrant-up.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ else
4040
fi
4141

4242
echo "INFO: Exporting your kube-router container image."
43-
export-latest-image
43+
export_latest_image
4444

4545
echo "INFO: Caching hyperkube images to Bootkube local-images directory."
4646
"${HACK_DIR}/sync-image-cache.sh"

0 commit comments

Comments
 (0)