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 0a90ffd commit 6ca99deCopy full SHA for 6ca99de
1 file changed
melting-pot.sh
@@ -441,8 +441,8 @@ resolveSource() {
441
# Check whether the needed branch/tag exists.
442
local scmBranch
443
test "$2" && scmBranch="$2" || scmBranch="$(scmTag "$1")"
444
- debug "git ls-remote \"file://$cachedRepoDir\" | grep -q \"\trefs/tags/$scmBranch$\""
445
- git ls-remote "file://$cachedRepoDir" | grep -q "\trefs/tags/$scmBranch$" || {
+ debug "git ls-remote \"file://$cachedRepoDir\" | grep -q \"\brefs/tags/$scmBranch$\""
+ git ls-remote "file://$cachedRepoDir" | grep -q "\brefs/tags/$scmBranch$" || {
446
# Couldn't find the scmBranch as a tag in the cached repo. Either the
447
# tag is new, or it's not a tag ref at all (e.g. it's a branch).
448
# So let's update from the original remote repository.
0 commit comments