We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a73c0 commit 2a3cbf9Copy full SHA for 2a3cbf9
scriptmodules/packages.sh
@@ -529,7 +529,7 @@ function rp_getRemoteRepoHash() {
529
case "$type" in
530
git)
531
# when the remote repository uses an annotated git tag, the real commit is found by looking for the
532
- # "tag^{}" reference, since the the tag ref will point to the tag object itself, instead of the tagged
+ # "tag^{}" reference, since the tag ref will point to the tag object itself, instead of the tagged
533
# commit. See gitrevisions(7).
534
cmd=(git ls-remote "$url" "$branch" "$branch^{}")
535
# grep to make sure we only return refs/heads/BRANCH and refs/tags/BRANCH in case there are additional
0 commit comments