fixed broken path in python script

Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
This commit is contained in:
Kevin Putnam
2019-07-11 15:30:04 -07:00
parent a10198259f
commit bd0a8e6a93
+1 -1
View File
@@ -1,7 +1,7 @@
py:
python bundle_lister.py
cp bundles.html.txt ../../clear-linux/reference/bundles
cp bundles.html.txt ../../reference/bundles
rm -rf bundle_lister/cloned_repo/*
rm bundles.html.txt
@echo "Python script finished successfully!"