mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 12:33:07 +00:00
Remove legacy access to home variable
This commit is contained in:
parent
524cb14870
commit
24803a73d7
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@ var program = require("commander");
|
|||
var mkdirp = require("mkdirp");
|
||||
var Helper = require("../helper");
|
||||
|
||||
const HOME = process.env.HOME + "/.shout";
|
||||
|
||||
program
|
||||
.command("add <name>")
|
||||
.description("Add a new user")
|
||||
|
|
Loading…
Reference in a new issue