From a89a6f21145966e625b811741d8ae972a11d92b1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 30 Dec 2010 15:06:26 -0400 Subject: refactor in preparation for adding a git-annex-shell command --- Command/Fix.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Command/Fix.hs') diff --git a/Command/Fix.hs b/Command/Fix.hs index accdadd31..8b08a26f6 100644 --- a/Command/Fix.hs +++ b/Command/Fix.hs @@ -17,6 +17,10 @@ import Utility import Core import Messages +command :: [Command] +command = [Command "fix" paramPath seek + "fix up symlinks to point to annexed content"] + seek :: [CommandSeek] seek = [withFilesInGit start] -- cgit v1.2.3