Skip to content

Commit

Permalink
change separator to semi colon
Browse files Browse the repository at this point in the history
  • Loading branch information
niketagrawal committed Sep 13, 2024
1 parent 1aff66c commit ac7c0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build:
pre_install:
- pwd
- ls
- LATEST_TAG=$(git describe --tags --abbrev=0) || echo $LATEST_TAG ||
- LATEST_TAG=$(git describe --tags --abbrev=0) ; echo $LATEST_TAG ;
wget https://github.com/tudat-team/tudatpy/archive/refs/tags/$LATEST_TAG.zip
- unzip $LATEST_TAG.zip
- ls
Expand Down

0 comments on commit ac7c0f6

Please sign in to comment.