Update get.cm port in fabfile
diff --git a/fabfile.py b/fabfile.py
index 9025c84..c1d6ffc 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -17,7 +17,7 @@
 
 def all():
     env.user = "fabric"
-    env.hosts = ['get.cm']
+    env.hosts = ['get.cm:22221']
 
 def uptime():
     run('uptime')