make Prettier
[webi-installers/.git] / pathman / releases.js
index e57e5d32898d8211e763b39fb064d6ce6f7afa0b..26d23c211a408a75bc709b809e641b74572675a2 100644 (file)
@@ -3,7 +3,7 @@
 var github = require('../_common/gitea.js');
 var owner = 'coolaj86';
 var repo = 'go-pathman';
-var baseurl = 'https://git.coolaj86.com'
+var baseurl = 'https://git.coolaj86.com';
 
 module.exports = function (request) {
   return github(request, owner, repo, baseurl).then(function (all) {