Skip to content

Commit 2a3cbf9

Browse files
committed
packages - cosmetic, the, not the the
1 parent b3a73c0 commit 2a3cbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ function rp_getRemoteRepoHash() {
529529
case "$type" in
530530
git)
531531
# 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
532+
# "tag^{}" reference, since the tag ref will point to the tag object itself, instead of the tagged
533533
# commit. See gitrevisions(7).
534534
cmd=(git ls-remote "$url" "$branch" "$branch^{}")
535535
# grep to make sure we only return refs/heads/BRANCH and refs/tags/BRANCH in case there are additional

0 commit comments

Comments
 (0)