Skip to content

Commit

Permalink
config error
Browse files Browse the repository at this point in the history
  • Loading branch information
abiswal2001 committed Oct 20, 2023
1 parent aaacaf5 commit a5e52fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyplane/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def load_config(cls, path) -> "SkyplaneConfig":
if "aws_access_key" in config["aws"]:
aws_access_key = config.get("aws", "aws_access_key")
if "aws_secret_key" in config["aws"]:
aws_secret_key = config.getboolean("aws", "aws_secret_key")
aws_secret_key = config.get("aws", "aws_secret_key")

azure_enabled = False
azure_subscription_id = None
Expand Down

0 comments on commit a5e52fa

Please sign in to comment.