mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
fix(fzf): update release.js
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
var github = require('../_common/github.js');
|
||||
var owner = 'junegunn';
|
||||
var repo = 'fzf-bin';
|
||||
var repo = 'fzf';
|
||||
|
||||
module.exports = function (request) {
|
||||
return github(request, owner, repo).then(function (all) {
|
||||
|
||||
Reference in New Issue
Block a user