Skip to content

Commit

Permalink
dorothy: fix bad refactor in 969484d
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Feb 9, 2025
1 parent ac8d0da commit d3cacc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/dorothy
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ function dorothy_() (
}

function __git_init {
local path="$1" remote="$2"
local path="$1"
__mkdirp "$path" || return
(
cd "$path" || return
Expand Down Expand Up @@ -1305,7 +1305,7 @@ function dorothy_() (
cat <<-EOF
# Dorothy User Configuration
This is $who user configuration for the [Dorothy]($dorothy_url) dotfile ecosystem.
This is $who user configuration for the [Dorothy]($dorothy_homepage) dotfile ecosystem.
EOF
)"
if [[ ! -f $file ]]; then
Expand Down

0 comments on commit d3cacc2

Please sign in to comment.