Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions act3-login/act3-login
Original file line number Diff line number Diff line change
Expand Up @@ -839,13 +839,13 @@ authenticate() {
fi
fi

echo 'brew "act3-ai/tap/act3-pt"' | brew bundle --file=-
if log_eval "$HOMEBREW_PREFIX/bin/act3-pt" catalog add https://git.act3-ace.com/devsecops/blueprints/catalog.git; then
success "Added the ACT3 Blueprint Catalog"
else
failure "Failed to add the ACT3 Blueprint Catalog"
check_logs
fi
# echo 'brew "act3-ai/tap/act3-pt"' | brew bundle --file=-
# if log_eval "$HOMEBREW_PREFIX/bin/act3-pt" catalog add https://git.act3-ace.com/devsecops/blueprints/catalog.git; then
# success "Added the ACT3 Blueprint Catalog"
# else
# failure "Failed to add the ACT3 Blueprint Catalog"
# check_logs
# fi

############################################################
# ACE Data Tool Telemetry Server Configuration
Expand Down