Skip to content

Commit

Permalink
fixed formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Jul 5, 2024
1 parent 3d55fcc commit 44fa8e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opt/cs50/bin/rstudio
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ docker pull "$IMAGE"
docker create \
--env DISABLE_AUTH=true \
--env CODESPACES=true \
--env CS50_GH_USER="$CS50_GH_USER" \
--env CS50_TOKEN="$CS50_TOKEN" \
--env CS50_GH_USER="$CS50_GH_USER" \
--env CS50_TOKEN="$CS50_TOKEN" \
--name "$NAME" \
--publish 8787:8787 \
--rm \
Expand Down

0 comments on commit 44fa8e1

Please sign in to comment.