HomePhorge

(maint) Add error message if GitURI is nil
099b0cbd612aUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(maint) Add error message if GitURI is nil

Prior to this commit, if the options param was left out from the
ci:test:git rake task, it would only tell the user that nil was an
unrecognized task i.e.

#<ArgumentError: is not recognized.>

This was not helpful in the case where that uri variable was nil.

This commit changes that by adding a ArgumentError check to see if that
git uri is nil.

Details

Event Timeline

Brian Cain <brian.cain@puppetlabs.com> committed rPU099b0cbd612a: (maint) Add error message if GitURI is nil (authored by Brian Cain <brian.cain@puppetlabs.com>).Dec 12 2014, 6:47 PM