propellor spin

This commit is contained in:
Joey Hess 2014-04-30 20:56:24 -04:00
parent af4055beff
commit cfb71c42f4
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ annexWebSite hosts origin hn uuid remotes = propertyList (hn ++" website using g
[ Git.cloned "joey" origin dir Nothing
`onChange` setup
, postupdatehook `File.hasContent`
[ "!/bin/sh"
[ "#!/bin/sh"
, "exec git update-server-info"
] `onChange`
(postupdatehook `File.mode` (combineModes (ownerWriteMode:readModes ++ executeModes)))