site

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.beauhilton.com/site.git
Log | Files | Refs

commit 47464676dd10b255ba947ffa6fc869b95bb5c2b6
parent 56b290254366c5576a4a717078ea643efb19bc39
Author: Beau <cbeauhilton@gmail.com>
Date:   Fri,  2 Dec 2022 16:46:48 -0600

make rsync command easier to read

Diffstat:
Mhooks/pre-commit | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/hooks/pre-commit b/hooks/pre-commit @@ -1 +1,6 @@ -soupault && rsync -av --rsync-path=openrsync build/* beau@beauhilton.com:/var/www/htdocs/www.beauhilton.com/ +soupault && +rsync \ +-av \ +--rsync-path=openrsync \ +build/* \ +beau@beauhilton.com:/var/www/htdocs/www.beauhilton.com/