From adf9c5a323126450d36a0c941baa65d83aafb4e8 Mon Sep 17 00:00:00 2001 From: David Routhieau Date: Mon, 15 May 2017 21:38:39 -0700 Subject: [PATCH] fix(file): fix repo link (#1566) --- src/@ionic-native/plugins/file/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/file/index.ts b/src/@ionic-native/plugins/file/index.ts index c330d0752..506b6365b 100644 --- a/src/@ionic-native/plugins/file/index.ts +++ b/src/@ionic-native/plugins/file/index.ts @@ -562,7 +562,7 @@ declare const window: Window; pluginName: 'File', plugin: 'cordova-plugin-file', pluginRef: 'cordova.file', - repo: 'https: //github.com/apache/cordova-plugin-file', + repo: 'https://github.com/apache/cordova-plugin-file', platforms: ['Android', 'BlackBerry 10', 'Browser', 'Firefox OS', 'iOS', 'OS X', 'Ubuntu', 'Windows', 'Windows Phone'] }) @Injectable()