Skip to content

Commit

Permalink
chore: Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragdata committed Sep 16, 2024
1 parent 55e58f5 commit 0e2a2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dotfiles
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ case "${1:-}" in
deps|dependencies)
dot::install::deps; return;;
pkg|package)
printenv; dot::install::pkg "${3?}"; return;;
printenv | grep SEARCH_; dot::install::pkg "${3?}"; return;;
repos)
dot::install::repos; return;;
esac
Expand Down

0 comments on commit 0e2a2cd

Please sign in to comment.