Skip to content

Commit

Permalink
resolved a bug, 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brett-fitz committed Oct 11, 2023
1 parent 4709696 commit a39dc0a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
File renamed without changes.
4 changes: 1 addition & 3 deletions awsssomanager/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"AWS_DIR",
"CREDENTIALS_FILE",
"SSO_MANAGER_CONFIG_FILE",
"REPO_DIR_PATH",
"SCHEMA_PATH"
]

Expand All @@ -26,5 +25,4 @@ def find_repo_root(path: str) -> Path:

raise ValueError("Could not find .git folder")

REPO_DIR_PATH: Final = find_repo_root(__file__)
SCHEMA_PATH: Final = Path(REPO_DIR_PATH, "schema.yml")
SCHEMA_PATH: Final = Path("config/schema.yml")
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "awsssomanager"
version = "0.1.0"
version = "0.1.1"
description = "AWS SSO Manager"
authors = ["Brett Fitzpatrick"]
license = "MIT"
Expand Down

0 comments on commit a39dc0a

Please sign in to comment.