Remove $HOME from the upstream constant in maid.cr

This commit is contained in:
Donovan Glover 2017-11-14 13:39:56 -05:00
parent 91b2062722
commit d591471263
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -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