Skip to content

Commit

Permalink
Use fork of ghauth while we wait for upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Sep 13, 2020
1 parent 725b859 commit 20c2121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
Expand Up @@ -4,7 +4,7 @@ var extend = require('deep-extend')
var fs = require('fs')
var path = require('path')
var chalk = require('chalk')
var ghauth = require('ghauth')
var ghauth = require('@bret/ghauth')
var inquirer = require('inquirer')
var ghRelease = require('../')
var getDefaults = require('./lib/get-defaults')
Expand Down

0 comments on commit 20c2121

Please sign in to comment.