Skip to content

Commit 8ca3776

Browse files
committed
Reset commit SHA
1 parent 5d2d65c commit 8ca3776

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

zsh_unplugged.zsh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ function plugin-load {
2626
for plugin in $@; do
2727
repo="$plugin"
2828
clone_args=(--quiet --depth 1 --recursive --shallow-submodules)
29+
commitsha=""
2930
# Pin repo to a specific commit sha if provided
3031
if [[ "$plugin" == *'@'* ]]; then
3132
repo="${plugin%@*}"

0 commit comments

Comments
 (0)