Skip to content

Commit 3f60388

Browse files
committed
fix name
1 parent f1c6976 commit 3f60388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ vagrantcloud-create: ## Create Vagrant Cloud box
6262
https://app.vagrantup.com/api/v2/boxes \
6363
--data '{ "box": { "username": "'"${REPO_NAME}"'", "name": "'"${BOX_NAME}"'", "is_private": false } }'
6464

65-
vargarntcloud-delete: ## Delete old Vagrant Cloud box
65+
vagrantcloud-delete: ## Delete old Vagrant Cloud box
6666
@curl \
6767
--request DELETE \
6868
--header "Authorization: Bearer ${ATLAS_TOKEN}" \

0 commit comments

Comments
 (0)