Skip to content

Commit

Permalink
try again with backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Sep 24, 2024
1 parent bd65447 commit 5c75a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build:
mv doxygen-$DOXYGEN_VERSION/bin/doxygen ./ &&
cd ..
- ls -a
- echo $(awk -F "=" '/version/ {print $2}' library.properties);
- echo `awk -F "=" '/version/ {print $2}' library.properties`
# get lib version & overwrite Doxyfile values
- >
RF24_VERSION=v$(awk -F "=" '/version/ {print $2}' library.properties) &&
Expand Down

0 comments on commit 5c75a0e

Please sign in to comment.