summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.sh b/make.sh
index 50e559d..87ba81b 100755
--- a/make.sh
+++ b/make.sh
@@ -4,7 +4,7 @@ rm -r html
mkdir html
cp -r media html
-cp stylesheets/*.css html
+cp css/*.css html
cp *.php html
cp *.js html
# cp favicon.ico html