Skip to content

Commit

Permalink
fix: dotdrop install
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Dec 22, 2022
1 parent fd524b8 commit 93a03fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ true || source ../.chezmoitemplates/scripts-library

log_task "✅ Install dotfiles with dotdrop"
# install dotfiles if dotdrop is installed
if test ! "$(which dotdrop)"; then
if test "$(which dotdrop)"; then
log_c "dotdrop" "install --profile=\"{{ .dotdrop.profile }}\""
dotdrop install --profile="{{ .dotdrop.profile }}"
else
Expand Down

0 comments on commit 93a03fa

Please sign in to comment.