Skip to content

Commit

Permalink
Update to avoid shellcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ethomson committed Jan 29, 2025
1 parent 2efca0c commit 0e8cde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-recover
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function expand_given_blobs() {
exit
fi

BLOBS[$i]=$ID
BLOBS[i]=$ID
done
}

Expand Down

0 comments on commit 0e8cde9

Please sign in to comment.