Skip to content

Commit

Permalink
Merge branch 'nebari-dev:develop' into eks-private-endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
joneszc committed Sep 9, 2024
2 parents d7d569d + f61af76 commit aea94fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_nebari/initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def github_auto_provision(config: pydantic.BaseModel, owner: str, repo: str):
github.create_repository(
owner,
repo,
description=f"Nebari {config.project_name}-{config.provider}",
description=f"Nebari {config.project_name}-{config.provider.value}",
homepage=f"https://{config.domain}",
)
except requests.exceptions.HTTPError as he:
Expand Down

0 comments on commit aea94fa

Please sign in to comment.