Skip to content

Commit

Permalink
Update credentials.md
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu authored Aug 26, 2023
1 parent 855b92e commit ea6a5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/configuration/credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ from pathlib import Path
from kedro.config import ConfigLoader, MissingConfigException
from kedro.framework.project import settings

conf_path = str(Path(project_path) / settings.CONF_SOURCE)
conf_path = str(Path(<project_root>) / settings.CONF_SOURCE)
conf_loader = ConfigLoader(conf_source=conf_path)

try:
Expand Down

0 comments on commit ea6a5f2

Please sign in to comment.