diff options
author | Blaise Thompson <blaise@untzag.com> | 2018-04-27 07:51:19 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2018-04-27 07:51:19 -0500 |
commit | 3ad017f9238358e71ac4f6ebcad83dd1e24462b8 (patch) | |
tree | 1500c3bbc4f4b343fca723adca0ba511fdf76482 /dotfiles | |
parent | 0fd85e28457fb729c759eed4f45af58c703cdb0b (diff) |
2018-04-27 07:51
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 |