Browse Source

Fix a typo that causes installs to fail.

Greg Hellings 12 years ago
parent
commit
f66e814f34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      installer.py

+ 1 - 1
installer.py

@@ -240,7 +240,7 @@ class Installer:
     # Snap
     ##############################
     self.__run_command("cabal update")
-    self.__run_commnad("cabal install HDBC HDBC-mysql MonadCatchIO-transformers configurator json snap-core snap-server resource-pool")
+    self.__run_command("cabal install HDBC HDBC-mysql MonadCatchIO-transformers configurator json snap-core snap-server resource-pool")
 
     ##############################################################
     #