summaryrefslogtreecommitdiff
path: root/GitQueue.hs
diff options
context:
space:
mode:
Diffstat (limited to 'GitQueue.hs')
-rw-r--r--GitQueue.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/GitQueue.hs b/GitQueue.hs
index be0fcfc4a..5da3ba1d6 100644
--- a/GitQueue.hs
+++ b/GitQueue.hs
@@ -21,7 +21,7 @@ import Data.String.Utils
import Control.Monad (unless, forM_)
import Utility
-import qualified GitRepo as Git
+import qualified Git
{- An action to perform in a git repository. The file to act on
- is not included, and must be able to be appended after the params. -}