From 48e0cd3828ebd1dca461bf67a802c301a0f58de6 Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Fri, 14 Jul 2023 11:36:56 +0200 Subject: [PATCH] Add trailing newline to bash_profile (#7909) --- images/macos/provision/configuration/environment/bashprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/macos/provision/configuration/environment/bashprofile b/images/macos/provision/configuration/environment/bashprofile index 223689e8..ab4f94c2 100644 --- a/images/macos/provision/configuration/environment/bashprofile +++ b/images/macos/provision/configuration/environment/bashprofile @@ -1 +1 @@ -[ -f $HOME/.bashrc ] && source $HOME/.bashrc \ No newline at end of file +[ -f $HOME/.bashrc ] && source $HOME/.bashrc