Skip to content

Commit

Permalink
Merge pull request #57 from RvNovae/develop
Browse files Browse the repository at this point in the history
Merge pull request #56 from RvNovae/update
  • Loading branch information
RvNovae authored Aug 11, 2020
2 parents cb62c32 + 5b25770 commit 423c98e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion update.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rem Update the build folder
cd .\build
set "GIT_DHGE_LATEX_HOME=https://raw.githubusercontent.com/RvNovae/dhge-latex/develop/build"
set "GIT_DHGE_LATEX_HOME=https://raw.githubusercontent.com/RvNovae/dhge-latex/master/build"
curl %GIT_DHGE_LATEX_HOME%/template.tex -o template.tex
mkdir components
curl %GIT_DHGE_LATEX_HOME%/components/com.tex -o components/com.tex
Expand Down
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
echo Update the build folder
cd build/
GIT_DHGE_LATEX_HOME="https://raw.githubusercontent.com/RvNovae/dhge-latex/develop/build"
GIT_DHGE_LATEX_HOME="https://raw.githubusercontent.com/RvNovae/dhge-latex/master/build"
curl ${GIT_DHGE_LATEX_HOME}/template.tex -o template.tex
mkdir components
curl ${GIT_DHGE_LATEX_HOME}/components/com.tex -o components/com.tex
Expand Down

0 comments on commit 423c98e

Please sign in to comment.