Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abiswal2001 committed Oct 20, 2023
1 parent 9db1954 commit 325e5c5
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 @@ -151,7 +151,7 @@ def load_config(cls, path) -> "SkyplaneConfig":

aws_enabled = False
aws_access_key = None
aws_secret_access_key = None
aws_secret_key = None
if "aws" in config:
if "aws_enabled" in config["aws"]:
aws_enabled = config.getboolean("aws", "aws_enabled")
Expand Down

0 comments on commit 325e5c5

Please sign in to comment.