diff options
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/bashrc.sync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/bashrc.sync b/dotfiles/bashrc.sync index b594d55..c96dbc9 100644 --- a/dotfiles/bashrc.sync +++ b/dotfiles/bashrc.sync @@ -32,7 +32,7 @@ function git-commit-with-timestamp(){ function git-sync-all(){ while read -r line do - echo "$line" + print-line cd "$line" git-commit-with-timestamp done < ~/.git-synced |