We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c6976 commit 3f60388Copy full SHA for 3f60388
Makefile
@@ -62,7 +62,7 @@ vagrantcloud-create: ## Create Vagrant Cloud box
62
https://app.vagrantup.com/api/v2/boxes \
63
--data '{ "box": { "username": "'"${REPO_NAME}"'", "name": "'"${BOX_NAME}"'", "is_private": false } }'
64
65
-vargarntcloud-delete: ## Delete old Vagrant Cloud box
+vagrantcloud-delete: ## Delete old Vagrant Cloud box
66
@curl \
67
--request DELETE \
68
--header "Authorization: Bearer ${ATLAS_TOKEN}" \
0 commit comments