From 0efc72601c5de5618b944e7c9a0260722b0a2ae1 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sun, 26 Jul 2026 18:30:56 +0200 Subject: [PATCH] Update ct/passwordpusher.sh --- ct/passwordpusher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/passwordpusher.sh b/ct/passwordpusher.sh index f0dc7f39b..f4959371d 100644 --- a/ct/passwordpusher.sh +++ b/ct/passwordpusher.sh @@ -39,10 +39,10 @@ function update_script() { CLEAN_INSTALL=1 fetch_and_deploy_gh_release "passwordpusher" "pglombardo/PasswordPusher" "tarball" - export PATH="$HOME/.rbenv/shims:$HOME/.rbenv/bin:$PATH" msg_info "Installing Gem Dependencies" cd /opt/passwordpusher + export PATH="$HOME/.rbenv/shims:$HOME/.rbenv/bin:$PATH" $STD bundle config set --local without 'development test' $STD bundle config set --local deployment 'true' $STD bundle install