aboutsummaryrefslogtreecommitdiff
path: root/GitQueue.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-06-30 13:16:57 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-06-30 13:21:39 -0400
commitf6063a094ec02caec314b42dc05f2f0595ae0ce4 (patch)
tree624717470d70b9119361803b4656dd1c79573354 /GitQueue.hs
parent5fe02f280726442496303859e83f9ce1c48be0cb (diff)
renamed GitRepo to Git
It was always imported qualified as Git anyway
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. -}