Skip to content

Commit 8dc9b8a

Browse files
author
Wouter de Vos
committed
Clarify PORT error when using private registry
RE: deis/builder#433
1 parent 13c1711 commit 8dc9b8a

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)