Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

Commit dda3a95

Browse files
authored
Merge pull request #1089 from Codaisseur/improve-port-registry-error
Clarify PORT error when using private registry
2 parents 13c1711 + 8dc9b8a commit dda3a95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/api/models/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def get_port(self):
153153
if (creds is not None) or (settings.REGISTRY_LOCATION != 'on-cluster'):
154154
if envs.get('PORT', None) is None:
155155
raise DeisException(
156-
'PORT needs to be set in the config '
156+
'PORT needs to be set in the application config '
157157
'when using a private registry'
158158
)
159159

0 commit comments

Comments
 (0)