Skip to content

Commit

Permalink
Add username
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSwainston committed Mar 21, 2024
1 parent dbabff3 commit 8f4396b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ RUN cd $PSRCHIVE_DIR && \

# Download and install private ephem_template repo
WORKDIR $PSRHOME
RUN git clone https://${OZGRAV_REPO_TOKEN}@github.com/OZGrav/meertime_ephemerides_and_templates.git
RUN git clone https://NickSwainston:${OZGRAV_REPO_TOKEN}@github.com/OZGrav/meertime_ephemerides_and_templates.git
WORKDIR $PSRHOME/meertime_ephemerides_and_templates
RUN pip install .

Expand Down

0 comments on commit 8f4396b

Please sign in to comment.