Skip to content

Commit

Permalink
fix: Update utils.js fix the run error (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
icarusion authored and xuexb committed Nov 1, 2017
1 parent 6a4bdd9 commit 37b87de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const fs = require('fs')
const crypto = require('crypto')
const { fixedTimeComparison } = require('cryptiles')
const { execSync } = require('child_process')
const gitPullOrClone = require('git-pull-or-clone')
// const gitPullOrClone = require('git-pull-or-clone')

const utils = {

Expand Down

0 comments on commit 37b87de

Please sign in to comment.