g_it/macupdater
Archived
1
0
Fork 0

Fixed wrong directory call for git sync.

This commit is contained in:
g* 2019-10-30 22:28:35 +02:00
commit 1bb6feab1b

View file

@ -88,7 +88,7 @@ echo "Brew cask updates complete" # Show this message above the progress bar
# echo "NOTIFICATION:All local updates complete." # echo "NOTIFICATION:All local updates complete."
{ cd Projects/Programming/push/ find . -type d -depth 1 -exec git --git-dir={}/.git --work-tree=$PWD/{} push \; cd Projects/Programming/push/; find . -type d -depth 1 -exec git --git-dir={}/.git --work-tree=$PWD/{} pull origin master \; } >> $LOG { cd Projects/Programming/push/ find . -type d -depth 1 -exec git --git-dir={}/.git --work-tree=$PWD/{} push \; cd Projects/Programming/pull/; find . -type d -depth 1 -exec git --git-dir={}/.git --work-tree=$PWD/{} pull origin master \; } >> $LOG
catcher Git-remote catcher Git-remote
line line
echo "PROGRESS:90" # Show the progress bar at 90% echo "PROGRESS:90" # Show the progress bar at 90%