From 44fa8e1811fddac4b9532c9582ff10c6b4a5423a Mon Sep 17 00:00:00 2001 From: Rongxin Liu Date: Thu, 4 Jul 2024 22:35:48 -0400 Subject: [PATCH] fixed formatting issue --- opt/cs50/bin/rstudio | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opt/cs50/bin/rstudio b/opt/cs50/bin/rstudio index 1e9f8083..c4ca3d9b 100755 --- a/opt/cs50/bin/rstudio +++ b/opt/cs50/bin/rstudio @@ -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 \