ci: correct create_series_artifact.py example usage
Commit Message
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(-)
@@ -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/
"""