Skip to content

Commit

Permalink
Move to absolute path for configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
IfnotFr committed Feb 2, 2022
1 parent d389994 commit 3c1ba95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const chalk = require('chalk')
const onExit = require('death')
const kill = require('tree-kill')
const IOSplit = require('iosplit')
const apps = require('./' + process.argv[2])
const apps = require(process.argv[2])

/*
* Handle input commands and split the screen
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Simple multiple process spawner and manager for developers.",
"homepage": "https://github.com/IfnotFr/fly-run",
"author": "Anael Favre <[email protected]> (https://github.com/IfnotFr)",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 3c1ba95

Please sign in to comment.