Skip to content

Commit

Permalink
Follow mac grep
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 23, 2022
1 parent f89d556 commit c29cb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ add_asdf_path() {

required_asdf_plugins() {
# java is needed in early stage when I added scala, kotlin, clojure
grep -Po '^\S+' '.tool-versions'
ggrep -Po '^\S+' '.tool-versions'
}

missing_asdf_plugins() {
Expand Down

0 comments on commit c29cb3a

Please sign in to comment.