Skip to content

Commit

Permalink
See #2
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Aug 5, 2015
1 parent c763b48 commit 306dc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RemoteStorage.defineModule('apps', function(privClient, pubClient) {
var promise = promising();
var channelUrl = obj.data;
if (typeof channelUrl !== 'string') {
channelUrl = 'https://store.unhosted.org/defaultApps.json';
channelUrl = 'https://apps.unhosted.org/defaultApps.json';
setAppChannel(channelUrl);
}
if (currentChannel === channelUrl) {
Expand Down

0 comments on commit 306dc6c

Please sign in to comment.