diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-22 14:59:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-22 14:59:01 -0400 |
commit | 19978f265fd526d86764512f148d65bb01bac4a5 (patch) | |
tree | 4bae000db1931c8a2d23d4210b41c01882476834 /Assistant/Threads | |
parent | cc768d4496cab118489833e1a12cfd714250bca6 (diff) |
use .info, allow multiple info files in same directory
Diffstat (limited to 'Assistant/Threads')
-rw-r--r-- | Assistant/Threads/Upgrader.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Threads/Upgrader.hs b/Assistant/Threads/Upgrader.hs index 86a42514d..8914a8bee 100644 --- a/Assistant/Threads/Upgrader.hs +++ b/Assistant/Threads/Upgrader.hs @@ -84,4 +84,4 @@ getDistributionInfo = do ) distributionInfoUrl :: String -distributionInfoUrl = fromJust Build.SysConfig.upgradelocation ++ "/info" +distributionInfoUrl = fromJust Build.SysConfig.upgradelocation ++ ".info" |