diff options
Diffstat (limited to '')
-rwxr-xr-x | scripts/backup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/backup.sh b/scripts/backup.sh index 32420ec..6d8fb12 100755 --- a/scripts/backup.sh +++ b/scripts/backup.sh @@ -72,8 +72,8 @@ green "Done" # mr # -yellow "Backing up git repos" -pushd ~/ || exit 1 +yellow "Backing up ~/dev/libre/ git repos" +pushd ~/dev/libre/ || exit 1 mr -s master mr -s status |