Skip to content

Commit 9796869

Browse files
authored
fixes codespace login msg spelling (calcom#6288)
1 parent 793850f commit 9796869

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.devcontainer/first-run-notice.txt

-1
This file was deleted.

deploy/codespaces/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ if [ -z "${CODESPACES}" ]; then
66
exit 0
77
fi
88

9-
echo "echo \"🚀 Welcome to Cal.com! Try typing 'yarn dx' to get a quick dev envionment.\"" >> ~/.bashrc
9+
echo "printf \"\n🚀 Welcome to Cal.com! Try typing 'yarn dx' to get a quick dev environment.\n\"" >> ~/.bashrc

0 commit comments

Comments
 (0)