Merge pull request #131 from stevenvanrossem/master
[osm/vim-emu.git] / src / emuvim / cli / rest / datacenter.py
old mode 100644 (file)
new mode 100755 (executable)
index b43a445..7927365
@@ -63,7 +63,7 @@ parser.add_argument(
     help="Data center to which the command should be applied.")
 parser.add_argument(
     "--endpoint", "-e", dest="endpoint",
-    default="http://127.0.0.1:5000",
+    default="http://127.0.0.1:5001",
     help="UUID of the plugin to be manipulated.")