You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/03/20 15:00:34 UTC

[sling-tooling-scm] 25/35: Typo fix up update-scm-info.sh

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-tooling-scm.git

commit 69ed9ea732fd0ce22c226cf67ff6c3df548f9bbb
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Oct 23 12:02:36 2017 +0300

    Typo fix up update-scm-info.sh
---
 scripts/update-scm-info.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/update-scm-info.sh b/scripts/update-scm-info.sh
index 5bedd14..3b76648 100755
--- a/scripts/update-scm-info.sh
+++ b/scripts/update-scm-info.sh
@@ -15,7 +15,7 @@ module_name=$(basename ${remote_url})
 
 scm_base="https://gitbox.apache.org/repos/asf/${module_name}"
 
-sed -i "s#<connection>scm.*</connection>#<connection>scm:git:${scm_base}</conncetion>#" pom.xml
+sed -i "s#<connection>scm.*</connection>#<connection>scm:git:${scm_base}</connection>#" pom.xml
 sed -i "s#<developerConnection>scm.*</developerConnection>#<developerConnection>scm:git:${scm_base}</developerConnection>#" pom.xml
 sed -i "s#<url>.*svn.apache.org.*</url>#<url>https://gitbox.apache.org/repos/asf?p=${module_name}</url>#" pom.xml