diff options
Diffstat (limited to 'resources/scripts/helpers/build/clean')
-rwxr-xr-x | resources/scripts/helpers/build/clean/memtest86plus | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/clean/memtest86plus b/resources/scripts/helpers/build/clean/memtest86plus index ad25915..6f3db44 100755 --- a/resources/scripts/helpers/build/clean/memtest86plus +++ b/resources/scripts/helpers/build/clean/memtest86plus @@ -29,7 +29,7 @@ set -u -e printf "Cleaning the previous build of MemTest86+\n" -cd "memtest86+-5.01"/ +cd "memtest86plus"/ make clean |