Skip to content

Commit ef331bb

Browse files
committed
build(unbuild): Edited to reflect new name.
1 parent f00ca25 commit ef331bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]
1414
then
1515
rm -rf build # remove build directory if exists
1616
rm -rf dist # remove distribution directory if exists
17-
rm -rf jutils.egg-info # remove egg info directory if exists
17+
rm -rf jutl.egg-info # remove egg info directory if exists
1818
find . -name __pycache__ -type d -print0|xargs -0 rm -r -- # remove all pycache directories
1919
echo "Project successfully unbuilt."
2020
else

0 commit comments

Comments
 (0)