environs/bootstrap: ValidateUploadAllowed takes a string, not a pointer #3119

Closed
wants to merge 3 commits into
from

Conversation

Projects
None yet
2 participants
Contributor

davecheney commented Aug 27, 2015

This PR changes ValidateUploadAllowed to take a string for the arch, not a
pointer. The empty string has the same effect as a nil pointer and is easier
to use for both the caller and implementer.

(Review request: http://reviews.vapour.ws/r/2498/)

davecheney added some commits Aug 27, 2015

environs/bootstrap: ValidateUploadAllowed takes a string, not a pointer
This PR changes ValidateUploadAllowed to take a string for the arch, not a
pointer. The empty string has the same effect as a nil pointer and is easier
to use for both the caller and implementer.
Member

anastasiamac commented Aug 22, 2016

Was discarded on Review Board.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment