Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/util: remove "remote" arguement from verifyRemoteAndBranch function
The verifyRemoteAndBranch() was using the remote information only for formatting the error message, since the projectID for the remote is also being passed as argument, therefore, to simplify the code, this patch removes the "remote" argument and let the callee to prepend the remote name to the error message. Signed-off-by: Bruno Meneguele <bmeneg@redhat.com>
- Loading branch information