Skip to content

Commit

Permalink
close quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
gspetro-NOAA committed Nov 4, 2024
1 parent 86377a8 commit 41ace75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/scripts/update_tech_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# Install prerequisites
sudo apt-get install python3-sphinx
sudo apt-get install python3-sphinx-rtd-theme
# sudo apt-get install python-sphinxcontrib-bibtex
pip install sphinxcontrib-bibtex

# Remove existing directories
Expand All @@ -22,7 +21,7 @@ ls ush

# Check for mismatch between what comes out of this action and what is in the PR.
diff=`git diff`
echo "${diff}
echo "${diff}"

# Check output from git diff command^ Why no diff on calculate_cost.rst?

Expand Down

0 comments on commit 41ace75

Please sign in to comment.