summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/make-assets.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-assets.sh b/scripts/make-assets.sh
index 9e7ff7c4..be75cfb3 100755
--- a/scripts/make-assets.sh
+++ b/scripts/make-assets.sh
@@ -17,4 +17,4 @@ echo "/* DO NOT EDIT: auto-generated file */" > assets/js/app.js
for file in $js
do
cat "assets/js/${file}.js" >> assets/js/app.js
-done \ No newline at end of file
+done