Skip to content

Commit

Permalink
chore: burn junk comments
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Nov 14, 2023
1 parent 4a834ec commit 8b1ba9c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions kubectx/releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ var github = require('../_common/github.js');
var owner = 'ahmetb';
var repo = 'kubectx';

/******************************************************************************/
/** Note: Delete this Comment! **/
/** **/
/** Need a an example that filters out miscellaneous release files? **/
/** See `deno`, `gitea`, or `caddy` **/
/** **/
/******************************************************************************/

module.exports = function (request) {
return github(request, owner, repo).then(function (all) {
all._names = ['kubectx', 'kubens'];
Expand Down

0 comments on commit 8b1ba9c

Please sign in to comment.