Fixed wrong directory call for git sync.
This commit is contained in:
parent
52a0f6513e
commit
1bb6feab1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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%
|
||||||
|
|
|
||||||
Reference in a new issue