Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save pietrushnic/bb7b80a362047b8c4935662f5fa2e142 to your computer and use it in GitHub Desktop.

Select an option

Save pietrushnic/bb7b80a362047b8c4935662f5fa2e142 to your computer and use it in GitHub Desktop.
From 5547e03f5992b59b50b331018b23b5b9094e18b2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Kr=C3=B3l?= <[email protected]>
Date: Wed, 4 May 2016 15:49:08 +0200
Subject: [PATCH] gitmodules: fix urls for lib/PB and assets/i18n
---
.gitmodules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitmodules b/.gitmodules
index 1cdecd0daa12..fe293ec4ac19 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
[submodule "lib/PB"]
path = lib/PB
- url = [email protected]:/var/git/posbit/posbit-libs.git
+ url = ssh://[email protected]:21354/var/git/posbit/posbit-libs.git
branch = devel
[submodule "test/lib"]
path = test/lib
@@ -10,4 +10,4 @@
url = https://github.com/posbit/mariadbdiff.git
[submodule "assets/i18n"]
path = assets/i18n
- url = [email protected]:/var/git/posbit/posbit-i18n-data.git
+ url = ssh://[email protected]:21354/var/git/posbit/posbit-i18n-data.git
--
2.8.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment