From bd0a8e6a932d636fe3cc8a3d8de5e2ad9f3c388e Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Thu, 11 Jul 2019 15:30:04 -0700 Subject: [PATCH] fixed broken path in python script Signed-off-by: Kevin Putnam --- source/_scripts/_python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_scripts/_python/Makefile b/source/_scripts/_python/Makefile index 92d7e523..0b6c6d7b 100644 --- a/source/_scripts/_python/Makefile +++ b/source/_scripts/_python/Makefile @@ -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!"