summaryrefslogtreecommitdiffstats
path: root/sync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sync.sh')
-rwxr-xr-xsync.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/sync.sh b/sync.sh
index 2885f81..341ea3a 100755
--- a/sync.sh
+++ b/sync.sh
@@ -2,7 +2,7 @@
#Variables
# -------------------------
-REPO="$HOME/Sandbox/hinode-template"
+REPO="$HOME/Sandbox/corruptlamar"
SRC="$REPO/public/"
DSRC="$REPO/docs-server/"
DSRBTS="$DSRC/robots.txt"
@@ -55,7 +55,6 @@ compush() {
build() {
npm run build
- cp -r static/emails/* public/emails/
}
# alt_files() {