fix(fzf): update release.js

This commit is contained in:
NoahELE
2022-09-28 06:28:49 +00:00
committed by AJ ONeal
parent f181609b91
commit f5216315d1
+1 -1
View File
@@ -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) {