From 3ad017f9238358e71ac4f6ebcad83dd1e24462b8 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Fri, 27 Apr 2018 07:51:19 -0500 Subject: 2018-04-27 07:51 --- dotfiles/bashrc.sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/bashrc.sync') 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 -- cgit v1.2.3