summaryrefslogtreecommitdiff
path: root/src/Propellor/Git
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Git')
-rw-r--r--src/Propellor/Git/VerifiedBranch.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Git/VerifiedBranch.hs b/src/Propellor/Git/VerifiedBranch.hs
index 61f5baa0..408e0200 100644
--- a/src/Propellor/Git/VerifiedBranch.hs
+++ b/src/Propellor/Git/VerifiedBranch.hs
@@ -3,7 +3,6 @@ module Propellor.Git.VerifiedBranch where
import Propellor.Base
import Propellor.Git
import Propellor.PrivData.Paths
-import Utility.FileMode
{- To verify origin branch commit's signature, have to convince gpg
- to use our keyring while running git verify-tag.