Skip to content

Commit 646aa3c

Browse files
authored
Update GitHub branch reference for ottrpal package for url fix
1 parent 590ff41 commit 646aa3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

base_ottr/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ RUN R -e "install.packages('remotes', repos = 'https://cran.rstudio.com/')"
9191

9292
# Install the R package from a specific GitHub branch
9393
# Replace 'your_username', 'your_repo', and 'your_branch' with the actual values
94-
RUN R -e "remotes::install_github('ottrproject/ottrpal', ref = 'kweav-additional-borrow-chapter-fix')"
94+
RUN R -e "remotes::install_github('ottrproject/ottrpal', ref = 'acoffman/fix-url-check')"
9595

9696
#RUN installGithub.r \
9797
# ottrproject/ottrpal

0 commit comments

Comments
 (0)