summaryrefslogtreecommitdiff
path: root/manage.sh
diff options
context:
space:
mode:
Diffstat (limited to 'manage.sh')
-rwxr-xr-xmanage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/manage.sh b/manage.sh
index cf2662850..2c92432aa 100755
--- a/manage.sh
+++ b/manage.sh
@@ -58,7 +58,7 @@ styles() {
build_style themes/pix-art/less/style.less themes/pix-art/css/style.css
}
-grunt() {
+grunt_build() {
grunt --gruntfile "$SEARX_DIR/static/themes/oscar/gruntfile.js"
}