Skip to content

Commit

Permalink
fix dotfiles-install
Browse files Browse the repository at this point in the history
  • Loading branch information
biocoderh committed Oct 11, 2023
1 parent a33250f commit 04d7a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/common/dotfiles-install
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if dotfiles checkout; then
else
echo "Backing up pre-existing dot files to $BACKUP_DIR"
mkdir -p "$BACKUP_DIR"
dotfiles checkout 2>&1 | grep -E "\s+\." | awk "{ print $1 }" | xargs -I{} mv "$WORK_TREE/"{} "$BACKUP_DIR/"{}
dotfiles checkout 2>&1 | grep -E "\s+\." | awk "{ print $1 }" | xargs -I{} mv "$WORK_TREE_DIR/"{} "$BACKUP_DIR/"{}
dotfiles checkout
fi

Expand Down

0 comments on commit 04d7a72

Please sign in to comment.