mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +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"
|
||||
|
||||
module Maid
|
||||
UPSTREAM = ENV["HOME"] + "/Home/new-start/dotfiles"
|
||||
|
||||
UPSTREAM = "/Home/new-start/dotfiles"
|
||||
|
||||
extend self
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user