Post-Radicle sync at 2025-06-05 02:28:47

This commit is contained in:
Mark Randall Havens 2025-06-05 02:28:50 -05:00
parent 616e9625f6
commit 72a6aa9ddb
6 changed files with 6 additions and 5 deletions

View file

@ -55,7 +55,7 @@ update_path() {
info "Removed any existing $INSTALL_DIR entries from $config_file"
fi
# Check if PATH already contains INSTALL_DIR in the current session
# Check if PATH already contains $INSTALL_DIR in the current session
if [[ ":$PATH:" == *":$INSTALL_DIR:"* ]]; then
info "$INSTALL_DIR is already in PATH for the current session"
else