Skip to content

Commit

Permalink
fix: remove quote from subcommand to get version
Browse files Browse the repository at this point in the history
  • Loading branch information
edouard-lopez committed Aug 10, 2023
1 parent 8ccb053 commit ed360d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ install-fisher:
curl -sL git.io/fisher \
| source \
&& fisher install jorgebucaran/fisher \
&& printf "\nUsing \e[38;5;27mFisher %s\e[m\n\n" "(fisher --version | awk '{print $$NF}')"
&& printf "\nUsing \e[38;5;27mFisher %s\e[m\n\n" (fisher --version | awk '{print $$NF}')

install-fishtape:
fisher install jorgebucaran/fishtape \
&& printf "\nUsing \e[38;5;27mFishtape %s\e[m\n\n" "(fishtape --version | awk '{print $$NF}')"
&& printf "\nUsing \e[38;5;27mFishtape %s\e[m\n\n" (fishtape --version | awk '{print $$NF}')

0 comments on commit ed360d3

Please sign in to comment.