Skip to content

Commit

Permalink
https://github.com/alseambusher/crontab-ui/issues/42
Browse files Browse the repository at this point in the history
  • Loading branch information
alseambusher committed Feb 27, 2017
1 parent 2b87cb3 commit 4f398bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ app.listen(app.get('port'), function() {
}
if (process.argv.includes("--reset")){
console.log("Resetting crontab-ui");
let crontabdb = __dirname + "/crontabs/crontab.db";
let envdb = __dirname + "/crontabs/env.db";
var crontabdb = __dirname + "/crontabs/crontab.db";
var envdb = __dirname + "/crontabs/env.db";

console.log("Deleting " + crontabdb);
try{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crontab-ui",
"version": "0.2.5",
"version": "0.2.6",
"description": "Easy and safe way to manage your crontab file",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4f398bd

Please sign in to comment.