Skip to content

Commit 70ef980

Browse files
Jackson DelahuntJackson Delahunt
authored andcommitted
capitals to lower case
1 parent a45899c commit 70ef980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/scripts/environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DESKTOP_ENVIRONMENT_USER=$USER
44
DESKTOP_ENVIRONMENT_CONTAINER_IMAGE=desktop-environment
55
DESKTOP_ENVIRONMENT_CONTAINER_NAME=${DESKTOP_ENVIRONMENT_CONTAINER_NAME-$DESKTOP_ENVIRONMENT_CONTAINER_IMAGE}
66
DESKTOP_ENVIRONMENT_GITHUB_TOKEN=${DESKTOP_ENVIRONMENT_GITHUB_TOKEN-}
7-
DESKTOP_ENVIRONMENT_GITHUB_USER=$(git --git-dir $REPO_ROOT/.git remote get-url origin | sed -E 's;.*github.com.(.*)/.*;\1;')
7+
DESKTOP_ENVIRONMENT_GITHUB_USER=$(git --git-dir $REPO_ROOT/.git remote get-url origin | sed -E 's;.*github.com.(.*)/.*;\1;' | tr A-Z a-z)
88
DESKTOP_ENVIRONMENT_REGISTRY=${DESKTOP_ENVIRONMENT_REGISTRY-$DESKTOP_ENVIRONMENT_GITHUB_USER}
99

1010
# Desktop environment repository information

0 commit comments

Comments
 (0)