From 3f603885a0a3a14a4912ede32887a6a2102da058 Mon Sep 17 00:00:00 2001 From: ifurther <55025025+ifurther@users.noreply.github.com> Date: Sun, 14 Jan 2024 17:56:15 +0800 Subject: [PATCH] fix name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 37297d4..8a88329 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ vagrantcloud-create: ## Create Vagrant Cloud box https://app.vagrantup.com/api/v2/boxes \ --data '{ "box": { "username": "'"${REPO_NAME}"'", "name": "'"${BOX_NAME}"'", "is_private": false } }' -vargarntcloud-delete: ## Delete old Vagrant Cloud box +vagrantcloud-delete: ## Delete old Vagrant Cloud box @curl \ --request DELETE \ --header "Authorization: Bearer ${ATLAS_TOKEN}" \