Remove duplicate slash from base image error message
This commit is contained in:
parent
75303677f4
commit
f3e925fb85
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
<a href="http://docs.quay.io/issues/base-pull-issue.html" ng-safenewtab>Setting up build trigger credentials</a> for more information.
|
<a href="http://docs.quay.io/issues/base-pull-issue.html" ng-safenewtab>Setting up build trigger credentials</a> for more information.
|
||||||
</span>
|
</span>
|
||||||
<span bo-if="localPullInfo.username" class="error-message">
|
<span bo-if="localPullInfo.username" class="error-message">
|
||||||
Error 403: Could not pull private base image <a href="/repository/{{ localPullInfo.repo }}">{{ localPullInfo.repo }}</a> because robot account <strong>{{ localPullInfo.username}}</strong> does not have access. Please see
|
Error 403: Could not pull private base image <a href="/repository{{ localPullInfo.repo }}">{{ localPullInfo.repo }}</a> because robot account <strong>{{ localPullInfo.username}}</strong> does not have access. Please see
|
||||||
<a href="http://docs.quay.io/issues/base-pull-issue.html" ng-safenewtab>Setting up build trigger credentials</a> for more information.
|
<a href="http://docs.quay.io/issues/base-pull-issue.html" ng-safenewtab>Setting up build trigger credentials</a> for more information.
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
|
Reference in a new issue