diff options
Diffstat (limited to 'lib/remote.js')
| -rw-r--r-- | lib/remote.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/remote.js b/lib/remote.js index 780ea91..ad0a4fc 100644 --- a/lib/remote.js +++ b/lib/remote.js @@ -54,4 +54,4 @@ export default { throw new Error(internals.strings.configurationNotFound); } } -} +}; |