From 6840f00f1903a26a87d8d516ca7983fe8ded1c40 Mon Sep 17 00:00:00 2001 From: Theodore Bauer Date: Sat, 4 May 2024 14:11:31 -0400 Subject: [PATCH] Update up.rb --- Formula/up.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/up.rb b/Formula/up.rb index bdb6e59..6a9c414 100755 --- a/Formula/up.rb +++ b/Formula/up.rb @@ -51,7 +51,7 @@ def caveats; <<~EOS To use the 'up' command, source this script in your shell profile: - export BINARY_PATH=#{HOMEBREW_LIBRARY_PATH}/lib/up-path-gen && source #{formula_path}/up.sh + export BINARY_PATH=#{HOMEBREW_LIBRARY_PATH.chomp('/Homebrew')}/lib/up-path-gen && source #{formula_path}/up.sh Note: tab autocomplete is supported for bash only. EOS end