From e7a3a226eb396d5dfe7cdc1ee3525c6817ccbe31 Mon Sep 17 00:00:00 2001 From: Theodore Bauer Date: Thu, 2 May 2024 16:57:21 -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 31a9a3d..e908eb9 100755 --- a/Formula/up.rb +++ b/Formula/up.rb @@ -48,7 +48,7 @@ def install def caveats; <<~EOS To use the 'up' command, source this script in your shell profile: - export BINARY_PATH=$(brew --prefix)/lib/up-path-gen && source #{buildpath}/up.sh + export BINARY_PATH=$(brew --prefix)/lib/up-path-gen && source #{stage}/up.sh EOS end