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

Commit

Permalink
Updated path to config file
Browse files Browse the repository at this point in the history
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
  • Loading branch information
feldsam committed May 26, 2017
1 parent 6083e2d commit e7624ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions one-inv
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/local/bin/node

const program = require('commander');
const opennebula = require('opennebula');
const config = require('./config');
const program = require("commander");
const opennebula = require("opennebula");
const config = require(process.cwd()+"/config");
var one;

// define program
Expand Down

0 comments on commit e7624ca

Please sign in to comment.