Skip to content

Commit 6ffaeb6

Browse files
committed
Ease vagrant activation rule, now that port 8000 is default.
1 parent c9fa391 commit 6ffaeb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1897,7 +1897,7 @@ def providers_discover(self, args): # noqa
18971897
print("No {} credentials discovered.".format(name))
18981898

18991899
# Check for locally booted Deis Controller VM
1900-
if self._settings['controller'] == 'http://deis-controller.local':
1900+
if '//deis-controller.local' in self._settings['controller']:
19011901
print("Discovered locally running Deis Controller VM")
19021902
# In order for the Controller to be able to boot Vagrant VMs it needs to run commands
19031903
# on the host machine. It does this via an SSH server. In order to access that server

0 commit comments

Comments
 (0)