Skip to content

Commit

Permalink
fix(cli): set environment logic on bot update (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored Feb 15, 2025
1 parent 8efe5a9 commit 2759eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silverback/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ def update_bot(
network=network,
provider=provider,
account=account,
environment=environment if not (environment or clear_environment) else None,
environment=environment if environment or clear_environment else None,
credential_name=credential_name,
)

Expand Down

0 comments on commit 2759eeb

Please sign in to comment.