Explicitly naming python for oui

This might just be an issue with Alpine linux in Docker, but referencing python with `./` notation even with `#!/usr/bin/python` declared would not execute the script.
This commit is contained in:
Jacob Reynolds 2018-02-28 11:04:56 -06:00 committed by GitHub
commit 45dcd3430a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ build: resources
resources: oui
oui:
@./network/make_oui.py
@python ./network/make_oui.py
vet:
@go vet ./...