From 0a4b67463289966cc4df2acb8465f457a7991fed Mon Sep 17 00:00:00 2001 From: Andreas Du Rietz Date: Thu, 11 Jul 2024 16:22:12 +0200 Subject: [PATCH] test1 --- setup_mac_dev_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_mac_dev_env.sh b/setup_mac_dev_env.sh index 5ae3d3e..a34d618 100755 --- a/setup_mac_dev_env.sh +++ b/setup_mac_dev_env.sh @@ -153,7 +153,7 @@ main() { if (( missing_homebrew || missing_github_token || missing_aws_cli || missing_ssh_config || missing_aws_vpn_client || missing_aws_config )); then prompt_install else - echo -e "\n🥳 All checks passed!" + echo -e "\n🥳 All checks passed!v1" fi }