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 21, 2022
1 parent 939f41f commit fd524b8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
true || source ../.chezmoitemplates/scripts-library

log_task "✅ Install dotfiles with dotdrop"
# get dotdrop path
DOTDROP_PATH=$(which dotdrop)
# install dotfiles if dotdrop is installed
if [ -n "${DOTDROP_PATH}" ]; 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 fd524b8

Please sign in to comment.