Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
ifurther committed Jan 14, 2024
1 parent f1c6976 commit 3f60388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit 3f60388

Please sign in to comment.