summaryrefslogtreecommitdiff
path: root/Assistant
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-22 14:59:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-22 14:59:01 -0400
commit19978f265fd526d86764512f148d65bb01bac4a5 (patch)
tree4bae000db1931c8a2d23d4210b41c01882476834 /Assistant
parentcc768d4496cab118489833e1a12cfd714250bca6 (diff)
use .info, allow multiple info files in same directory
Diffstat (limited to 'Assistant')
-rw-r--r--Assistant/Threads/Upgrader.hs2
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"