diff options
Diffstat (limited to 'Command/AddUrl.hs')
-rw-r--r-- | Command/AddUrl.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Command/AddUrl.hs b/Command/AddUrl.hs index b4e3ad9bd..c78569ffc 100644 --- a/Command/AddUrl.hs +++ b/Command/AddUrl.hs @@ -28,7 +28,8 @@ import Utility.Path import Utility.Conditional command :: [Command] -command = [repoCommand "addurl" paramPath seek "add urls to annex"] +command = [repoCommand "addurl" (paramRepeating $ paramUrl) seek + "add urls to annex"] seek :: [CommandSeek] seek = [withStrings start] |