From 979686920a8a016ae04057ffb3cc7747c37ae06c Mon Sep 17 00:00:00 2001 From: Jeff Loiselle Date: Fri, 6 Jan 2023 14:37:03 -0500 Subject: [PATCH] fixes codespace login msg spelling (#6288) --- .devcontainer/first-run-notice.txt | 1 - deploy/codespaces/install.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .devcontainer/first-run-notice.txt diff --git a/.devcontainer/first-run-notice.txt b/.devcontainer/first-run-notice.txt deleted file mode 100644 index 31a5ab0ec2..0000000000 --- a/.devcontainer/first-run-notice.txt +++ /dev/null @@ -1 +0,0 @@ -šŸš€ Welcome to Cal.com! Try typing 'yarn dx' to get a quick dev envionment. diff --git a/deploy/codespaces/install.sh b/deploy/codespaces/install.sh index 25007d9474..b1234f617b 100755 --- a/deploy/codespaces/install.sh +++ b/deploy/codespaces/install.sh @@ -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 \ No newline at end of file +echo "printf \"\nšŸš€ Welcome to Cal.com! Try typing 'yarn dx' to get a quick dev environment.\n\"" >> ~/.bashrc \ No newline at end of file