From b9bbe7c73467ea6c5ca32b7dc56dc08ec9a36d06 Mon Sep 17 00:00:00 2001
From: Eric Bremner <ebremner@uwaterloo.ca>
Date: Wed, 7 Sep 2022 07:31:02 -0400
Subject: [PATCH] ISTWCMS-5740: fixing plural on dashbord.js file name

---
 build_ohana.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build_ohana.sh b/build_ohana.sh
index beacc343..f2e5b614 100755
--- a/build_ohana.sh
+++ b/build_ohana.sh
@@ -81,7 +81,7 @@ echo "Setting up es lint and gulp ..."
 rm .eslintignore
 ln -s ../.eslintignore .eslintignore
 cd gulp-tasks
-ln -s ../../dashboards.js .
+ln -s ../../dashboard.js .
 cd ..
 sed -i "3 i const { compileDashboard } = require('./gulp-tasks/dashboard');" gulpfile.js
 sed -i "s/parallel(compileSass, compileJS)/parallel(compileSass, compileJS, compileDashboard)/g" gulpfile.js
-- 
GitLab