Skip to content

Commit

Permalink
rename config variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-Svard committed Jan 30, 2025
1 parent 6567ecb commit 9f343dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg_lims/commands/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def cli(ctx, config):

smrt_link_host: str = config_data.get("SMRT_LINK_HOST")
smrt_link_user: str = config_data.get("SMRT_LINK_USER")
smrt_link_pass: str = config_data.get("SMRT_LINK_PASS")
smrt_link_pass: str = config_data.get("SMRT_LINK_PASSWORD")
smrt_link_config: SmrtLinkConfig = SmrtLinkConfig(
host=smrt_link_host, username=smrt_link_user, password=smrt_link_pass
)
Expand Down

0 comments on commit 9f343dd

Please sign in to comment.