From 47ad4632fce666e5a90c39f7939a5623906299e1 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Fri, 28 Feb 2025 14:53:15 +0100 Subject: [PATCH] feat(bash): add tailing slash to framework path aliases --- .bash_profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bash_profile b/.bash_profile index 55baf21..4ac5e9e 100644 --- a/.bash_profile +++ b/.bash_profile @@ -4,5 +4,5 @@ if [ -f ~/.bashrc ]; then fi # Create pathref envars to my frameworks -export VV="/var/www/fw/vegvisir" -export REFL="/var/www/fw/reflect" +export VV="/var/www/fw/vegvisir/" +export REFL="/var/www/fw/reflect/"