diff options
Diffstat (limited to 'sync.sh')
| -rwxr-xr-x | sync.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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() { |
