Skip to content

Commit

Permalink
[misc][chore] Add vsphere plugin (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
meln1k authored Mar 22, 2022
1 parent df191d1 commit 917ee62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ install_resoto() {
}

install_plugins() {
local collector_plugins=(aws gcp slack onelogin k8s onprem github example_collector cleanup_expired cleanup_aws_alarms cleanup_aws_loadbalancers cleanup_aws_vpcs cleanup_untagged cleanup_volumes protect_snowflakes tagvalidator digitalocean)
local collector_plugins=(aws gcp slack onelogin k8s onprem github example_collector cleanup_expired cleanup_aws_alarms cleanup_aws_loadbalancers cleanup_aws_vpcs cleanup_untagged cleanup_volumes protect_snowflakes tagvalidator vsphere digitalocean)
for plugin in "${collector_plugins[@]}"; do
pip_install "$plugin" true
done
Expand Down

0 comments on commit 917ee62

Please sign in to comment.