summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorJoey Hess2018-02-11 17:49:18 -0400
committerJoey Hess2018-02-11 17:49:18 -0400
commit605b301429c36a3a9ff9f921f69196c429e70224 (patch)
treee2e47849ffefa9e2aa98d91a8eec7e1842f0c4da /src/Propellor
parent16c109f8d4f812e88b67af70c8c7eae6900ab190 (diff)
add missing period
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Property/Atomic.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Atomic.hs b/src/Propellor/Property/Atomic.hs
index 5db17474..8519048b 100644
--- a/src/Propellor/Property/Atomic.hs
+++ b/src/Propellor/Property/Atomic.hs
@@ -144,7 +144,7 @@ checkDirLink d rp = liftIO $ do
-- Using atomicDirSync in the above example lets git only download
-- the changes once, rather than the same changes being downloaded a second
-- time to update the other copy of the directory the next time propellor
--- runs
+-- runs.
--
-- Suppose that a web server program is run from the git repository,
-- and needs to be restarted after the pull. That restart should be done