Added missing ) to ssh_cmd call
authorFredrik Unger <fred@tree.se>
Mon, 6 Feb 2012 21:22:16 +0000 (22:22 +0100)
committerFredrik Unger <fred@tree.se>
Mon, 6 Feb 2012 21:22:16 +0000 (22:22 +0100)
src/tree-cutter.py

index 4b28acba0ddbe34e067edd1b139951edf259ceb0..ae7c2cb73e2e2f39f3eb6cbce5fb03602cd7f09f 100755 (executable)
@@ -420,7 +420,7 @@ class Sitemap():
         for res in ["css","images","js","favicon.ico"]:
             if (os.path.exists(args.style+res)):
                 publish(args.style+res, args.output)
-        ssh_cmd(args.output,"chmod a+rx"
+        ssh_cmd(args.output,"chmod a+rx")
 
 ts = time.time()
 dir_ = Directory()