Skip to content

Fix GitLab shell setup spacing

Created by: atomaka

Running the gitlab:shell:setup task can result in a misalignment. As seen in the following screenshot:

gitlab-shell-setup-task

After printing the "status dots," a new line should be added to ensure the command prompt is printed at the expected location. This is a minor issue with a simple fix.

Merge request reports