Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed May 2, 2024
1 parent 3db7b42 commit 1b2e716
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 @@ -19,7 +19,7 @@ RUN pip install --no-cache-dir --upgrade pip pip-tools \
# Copy devhub auth script and make it executable
COPY d2x_job_run.sh /usr/local/bin/d2x_job_run.sh
COPY devhub.sh /usr/local/bin/devhub.sh
RUN chmod +x /usr/local/bddin/d2x_job_run.sh
RUN chmod +x /usr/local/bin/d2x_job_run.sh
RUN chmod +x /usr/local/bin/devhub.sh

# Create d2x user
Expand Down

0 comments on commit 1b2e716

Please sign in to comment.