Fix a typo in invirt-vmcontrol invirt-remote-host/0.0.4
authorEvan Broder <broder@mit.edu>
Wed, 29 Oct 2008 00:14:04 +0000 (20:14 -0400)
committerEvan Broder <broder@mit.edu>
Wed, 29 Oct 2008 00:14:04 +0000 (20:14 -0400)
svn path=/trunk/packages/invirt-remote-host/; revision=1397

debian/changelog
files/usr/sbin/invirt-vmcontrol

index d23e4ac..aaaf9ba 100644 (file)
@@ -1,3 +1,9 @@
+invirt-remote-host (0.0.4) unstable; urgency=low
+
+  * Fix a typo in invirt-vmcontrol
+
+ -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 20:11:44 -0400
+
 invirt-remote-host (0.0.3) unstable; urgency=low
 
   * Add support for a `remote control vnctoken` remctl for generating a
index 520aebd..5a47705 100755 (executable)
@@ -42,6 +42,7 @@ case "$ACTION" in
        ;;
     vnctoken)
         invirt-vnc-authtoken "$ORIGMACHINE"
+        ;;
     *)
         echo "ERROR: Invalid Command"
         exit 34