diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-12-17 00:41:31 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-12-17 00:41:31 +0100 |
commit | 911dfa853089a8ab4d5619dbd1f053ac90edff0d (patch) | |
tree | 5c4e7c7f0daff25bbb2257d50188464e5695dbf3 /tests/data | |
parent | f8067a60346207d4b9b9f0c0eb5b1c3a70e28485 (diff) | |
parent | 47bf7fff27665496bc4212bcaccc80350f665f97 (diff) | |
download | PrismLauncher-911dfa853089a8ab4d5619dbd1f053ac90edff0d.tar.gz PrismLauncher-911dfa853089a8ab4d5619dbd1f053ac90edff0d.tar.bz2 PrismLauncher-911dfa853089a8ab4d5619dbd1f053ac90edff0d.zip |
Merge branch 'updater_tests' of https://github.com/02JanDal/MultiMC5 into develop
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/channels.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/channels.json b/tests/data/channels.json index dd99fd27..e4f04bff 100644 --- a/tests/data/channels.json +++ b/tests/data/channels.json @@ -5,7 +5,7 @@ "id": "develop", "name": "Develop", "description": "The channel called \"develop\"", - "url": "http://example.org/stuff" + "url": "file://$PWD/tests/data/" }, { "id": "stable", |