digitalocean / marketplace-partners

Image validation, automation, and other tools for DigitalOcean Marketplace Vendors and Custom Image users
Other
193 stars 98 forks source link

Fix DO agent check in img-check #156

Closed CrashenX closed 2 years ago

CrashenX commented 2 years ago

The DO agent lives in a different location than where the check is looking. Update the conditional to check for existence of do_agent file at correct location.

closes #154