Skip to content

Commit 7e0862a

Browse files
author
Allan Jardine
committed
Fix: Build file typo
1 parent 48e2b3b commit 7e0862a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
# If not run from DataTables build script, redirect to there
1212
if [ -z "$DT_BUILD" ]; then
1313
cd $DT_DIR/build
14-
./make.sh extension BUttons $DEBUG
14+
./make.sh extension Buttons $DEBUG
1515
cd -
1616
exit
1717
fi

0 commit comments

Comments
 (0)