From 2d5860c19125bc6e80aceb75b68d3259f927336f Mon Sep 17 00:00:00 2001 From: cswimr Date: Thu, 13 Feb 2025 10:37:35 -0600 Subject: [PATCH] add missing whitespace --- scripts/dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev.sh b/scripts/dev.sh index 370fb75..667907e 100755 --- a/scripts/dev.sh +++ b/scripts/dev.sh @@ -17,7 +17,7 @@ install_packwiz() { # Add packwiz to the system path if [[ ! ":$PATH:" == *":/usr/local/bin:"* ]]; then - echo "export PATH='$PATH:/usr/local/bin'" >>~/.bashrc + echo "export PATH='$PATH:/usr/local/bin'" >> ~/.bashrc fi # Generate autocompletion script