Skip to content

Commit

Permalink
πŸ‘Œ IMPROVE: change location
Browse files Browse the repository at this point in the history
  • Loading branch information
msaaddev committed Apr 8, 2020
1 parent f572548 commit 25f984f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/authentication.js β†’ authentication.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const fs = require("fs");
const io = require("console-read-write");
const auth = require("../auth.js");
const auth = require("./auth.js");
const { green, red, yellow } = require("chalk");

module.exports = async () => {
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

const header = require("./utils/header.js");
const options = require("./utils/options.js");
const auth = require("./utils/authentication.js");
const auth = require("./authentication.js");

const cli = async () => {
header();
Expand Down

0 comments on commit 25f984f

Please sign in to comment.