We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e92b87 commit 71f70beCopy full SHA for 71f70be
1 file changed
platformshconfig/config.py
@@ -388,7 +388,7 @@ def on_dedicated(self):
388
return self.is_valid_platform() and self['MODE'] == 'enterprise'
389
390
def on_enterprise(self):
391
- """Determines if the current environment is at Platform.sh Enterprise environment.
+ """Determines if the current environment is a Platform.sh Enterprise environment.
392
Depreated, use on_dedicated instead
393
394
Returns:
0 commit comments