Skip to content

Commit adc0a26

Browse files
authored
Update basic_repo.py
Signed-off-by: Kapil Sharma <ks3913688@gmail.com>
1 parent 033a231 commit adc0a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/manual_repo/basic_repo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ def _in(days: float) -> datetime:
104104
# 'target path', which a client uses to locate the target file relative to a
105105
# configured mirror base URL.
106106
#
107-
# |----base URL---||-------target path-------|
108-
# e.g. tuf-examples.org/repo_example/basic_repo.py
107+
# |----base artifact URL---||-------target path-------|
108+
# e.g. tuf-examples.org/artifacts/manual_repo/basic_repo.py
109109

110110
local_path = Path(__file__).resolve()
111111
target_path = f"{local_path.parts[-2]}/{local_path.parts[-1]}"

0 commit comments

Comments
 (0)