Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-07-16 14:54:21 +0000
committerDavid Williams2013-07-16 14:54:21 +0000
commit26053a514a9f7ce6394c746dc5d5315043638cc5 (patch)
treeb28f94c985afefe399fa63da8d9e20bcdd2c4a5a /production/git-doclog
parentddfab744ea554a5a2735f661b9902fd18e5c48cc (diff)
downloadeclipse.platform.releng.aggregator-26053a514a9f7ce6394c746dc5d5315043638cc5.tar.gz
eclipse.platform.releng.aggregator-26053a514a9f7ce6394c746dc5d5315043638cc5.tar.xz
eclipse.platform.releng.aggregator-26053a514a9f7ce6394c746dc5d5315043638cc5.zip
Bug 413058 - typo in buildlogs/relengdirectory.txt
Diffstat (limited to 'production/git-doclog')
-rwxr-xr-xproduction/git-doclog2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/git-doclog b/production/git-doclog
index baa7f8070..47db783c0 100755
--- a/production/git-doclog
+++ b/production/git-doclog
@@ -42,7 +42,7 @@ esac
REMOTETAG=$( git ls-remote --tags git://git.eclipse.org/gitroot/${REPOROOT}/${REPONAME}.git $SHORT_TAG )
if [[ -z "${REMOTETAG}" ]]
then
- REMOTETAG='[No tag in remote (canoical) repository]'
+ REMOTETAG='[No tag in remote (canonical) repository]'
else
REMOTETAG=${REMOTETAG##*/}
fi

Back to the top