typo repair patch from James Fournie
authorerickson <erickson@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Thu, 2 Sep 2010 21:29:53 +0000 (21:29 +0000)
committererickson <erickson@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Thu, 2 Sep 2010 21:29:53 +0000 (21:29 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@976 6d9bc8c9-1ec2-4278-b937-99fde70a366f

deploy.py

index 0682a2c..e2a5d68 100755 (executable)
--- a/deploy.py
+++ b/deploy.py
@@ -149,7 +149,7 @@ def updateDjangoProperties(plugin, conf):
 
 
 
-load_props('consctrictor.properties')
+load_props('constrictor.properties')
 basedir = os.getcwd()
 os.chdir('constrictor_gui')
 os.environ['PYTHONPATH'] = os.path.join(os.path.abspath(''), '..')