mirror of
https://github.com/thelounge/thelounge
synced 2025-02-17 05:38:25 +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…
Add table
Reference in a new issue