fixes codespace login msg spelling (#6288)

This commit is contained in:
Jeff Loiselle 2023-01-06 14:37:03 -05:00 committed by GitHub
parent 793850f3aa
commit 979686920a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
🚀 Welcome to Cal.com! Try typing 'yarn dx' to get a quick dev envionment.

View File

@ -6,4 +6,4 @@ if [ -z "${CODESPACES}" ]; then
exit 0
fi
echo "echo \"🚀 Welcome to Cal.com! Try typing 'yarn dx' to get a quick dev envionment.\"" >> ~/.bashrc
echo "printf \"\n🚀 Welcome to Cal.com! Try typing 'yarn dx' to get a quick dev environment.\n\"" >> ~/.bashrc