From 5000aba76e6f066fd310d9635ea4369f07684b86 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 16 Aug 2011 20:47:48 -0400 Subject: avoid namespace conflict --- Command/SetKey.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command/SetKey.hs') diff --git a/Command/SetKey.hs b/Command/SetKey.hs index f2a5259ba..807cbd5b9 100644 --- a/Command/SetKey.hs +++ b/Command/SetKey.hs @@ -20,7 +20,7 @@ command = [repoCommand "setkey" paramPath seek "sets annexed content for a key using a temp file"] seek :: [CommandSeek] -seek = [withTempFile start] +seek = [withStrings start] {- Sets cached content for a key. -} start :: CommandStartString -- cgit v1.2.3