Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
fix: small bug with path
Browse files Browse the repository at this point in the history
  • Loading branch information
helio-frota authored Oct 26, 2017
1 parent 8f9bfc5 commit c135604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/license-reporter
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env node

const cli = require('./cli');
const util = require('./util');
const util = require('../lib/util');
const yargs = require('yargs');
const path = require('path');
process.title = 'license-reporter';
Expand Down

0 comments on commit c135604

Please sign in to comment.