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!"