Skip to content

Commit 0e8cde9

Browse files
committed
Update to avoid shellcheck warning
1 parent 2efca0c commit 0e8cde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: git-recover

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function expand_given_blobs() {
122122
exit
123123
fi
124124

125-
BLOBS[$i]=$ID
125+
BLOBS[i]=$ID
126126
done
127127
}
128128

0 commit comments

Comments
 (0)