Commit fcfe0c93985160c3ca6ea6824bfc9f4094fbb49c
1 parent
78b101b2e8
Tiny refactoring as all.
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
antigen.zsh
... | ... | @@ -91,7 +91,7 @@ bundle-install () { |
91 | 91 | fi |
92 | 92 | |
93 | 93 | if [[ $name != *.theme ]]; then |
94 | - cp -R "$clone_dir/$loc" "$ANTIGEN_BUNDLE_DIR/$name" | |
94 | + cp -r "$clone_dir/$loc" "$ANTIGEN_BUNDLE_DIR/$name" | |
95 | 95 | else |
96 | 96 | mkdir -p "$ANTIGEN_BUNDLE_DIR/$name" |
97 | 97 | cp "$clone_dir/$loc" "$ANTIGEN_BUNDLE_DIR/$name" |