* [PATCH] ci: correct create_series_artifact.py example usage
@ 2024-11-01 22:27 Patrick Robb
0 siblings, 0 replies; only message in thread
From: Patrick Robb @ 2024-11-01 22:27 UTC (permalink / raw)
To: aconole; +Cc: mmahajan, ahassick, ci, Patrick Robb
The create_series_artifact.py example usage points
to a ../configs dir when there is none by default.
The correct dir is ../config.
Signed-off-by: Patrick Robb <probb@iol.unh.edu>
---
tools/create_series_artifact.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/create_series_artifact.py b/tools/create_series_artifact.py
index 550ea82..578d638 100755
--- a/tools/create_series_artifact.py
+++ b/tools/create_series_artifact.py
@@ -25,7 +25,7 @@ More detail and examples can be found in the doc for this script.
Example usage:
-./create_series_artifact.py ../configs/artifacts.yml https://patches.dpdk.org/api/1.3/series/12345/
+./create_series_artifact.py ../config/artifacts.yml https://patches.dpdk.org/api/1.3/series/12345/
"""
--
2.47.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-11-01 22:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-01 22:27 [PATCH] ci: correct create_series_artifact.py example usage Patrick Robb
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).