We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9fa391 commit 6ffaeb6Copy full SHA for 6ffaeb6
1 file changed
client/deis.py
@@ -1897,7 +1897,7 @@ def providers_discover(self, args): # noqa
1897
print("No {} credentials discovered.".format(name))
1898
1899
# Check for locally booted Deis Controller VM
1900
- if self._settings['controller'] == 'http://deis-controller.local':
+ if '//deis-controller.local' in self._settings['controller']:
1901
print("Discovered locally running Deis Controller VM")
1902
# In order for the Controller to be able to boot Vagrant VMs it needs to run commands
1903
# on the host machine. It does this via an SSH server. In order to access that server
0 commit comments