diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-16 20:47:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-16 20:47:48 -0400 |
commit | 5000aba76e6f066fd310d9635ea4369f07684b86 (patch) | |
tree | 08030b2b98586aeafadbc565c7aef02735e51d2c /Command/SetKey.hs | |
parent | 354c5f349bcd8c43b45191983dce4a6c7489e9ed (diff) |
avoid namespace conflict
Diffstat (limited to 'Command/SetKey.hs')
-rw-r--r-- | Command/SetKey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |