mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-23 00:34:24 +01:00
Remove $HOME from the upstream constant in maid.cr
This commit is contained in:
parent
91b2062722
commit
d591471263
@ -34,7 +34,8 @@ require "file_utils"
|
|||||||
require "../lib/trucolor"
|
require "../lib/trucolor"
|
||||||
|
|
||||||
module Maid
|
module Maid
|
||||||
UPSTREAM = ENV["HOME"] + "/Home/new-start/dotfiles"
|
|
||||||
|
UPSTREAM = "/Home/new-start/dotfiles"
|
||||||
|
|
||||||
extend self
|
extend self
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user