Skip to content

Commit 24b4c1c

Browse files
committed
Replaced git:// links with https:// links.
1 parent 876d86e commit 24b4c1c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

SublimeDrupal.sh

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ fi
106106

107107
# Highlighter
108108
if [ ! -d "Highlighter" ]; then
109-
git clone git@github.com:bluegray/Highlighter.git Highlighter;
109+
git clone https://github.com/bluegray/Highlighter.git Highlighter;
110110
else
111111
echo "Updating plugin Highlighter";
112112
cd "Highlighter"
@@ -116,7 +116,7 @@ fi
116116

117117
# ApplySyntax
118118
if [ ! -d "ApplySyntax" ]; then
119-
git clone git@github.com:facelessuser/ApplySyntax.git ApplySyntax;
119+
git clone https://github.com/facelessuser/ApplySyntax.git ApplySyntax;
120120
else
121121
echo "Updating plugin Apply Syntax";
122122
cd "ApplySyntax"
@@ -126,7 +126,7 @@ fi
126126

127127
# Pretty YAML
128128
if [ ! -d "PrettyYAML" ]; then
129-
git clone git@github.com:aukaost/SublimePrettyYAML.git PrettyYAML;
129+
git clone https://github.com/aukaost/SublimePrettyYAML.git PrettyYAML;
130130
else
131131
echo "Updating plugin PrettyYAML";
132132
cd "PrettyYAML"
@@ -146,7 +146,7 @@ fi
146146

147147
# LiveCSS
148148
if [ ! -d "LiveCSS" ]; then
149-
git clone git://github.com/niklas-heer/sublime-css-colors.git LiveCSS;
149+
git clone https://github.com/niklas-heer/sublime-css-colors.git LiveCSS;
150150
else
151151
echo "Updating plugin LiveCSS";
152152
cd "LiveCSS"
@@ -228,7 +228,7 @@ fi
228228

229229
# Drupal AutoComplete
230230
if [ ! -d "st2-drupal-autocomplete" ]; then
231-
git clone git://github.com/tanc/st2-drupal-autocomplete.git;
231+
git clone https://github.com/tanc/st2-drupal-autocomplete.git;
232232
else
233233
echo "Updating plugin st2-drupal-autocomplete";
234234
cd "st2-drupal-autocomplete"
@@ -259,7 +259,7 @@ fi
259259

260260
# GitGutter
261261
if [ ! -d "GitGutter" ]; then
262-
git clone git://github.com/jisaacks/GitGutter.git;
262+
git clone https://github.com/jisaacks/GitGutter.git;
263263
else
264264
echo "Updating plugin GitGutter";
265265
cd "GitGutter"
@@ -269,7 +269,7 @@ fi
269269

270270
# SideBarGit
271271
if [ ! -d "SideBarGit" ]; then
272-
git clone git://github.com/SublimeText/SideBarGit.git;
272+
git clone https://github.com/SublimeText/SideBarGit.git;
273273
else
274274
echo "Updating plugin SideBarGit";
275275
cd "SideBarGit"
@@ -279,7 +279,7 @@ fi
279279

280280
# SublimeLinter
281281
if [ ! -d "SublimeLinter" ]; then
282-
git clone git://github.com/SublimeLinter/SublimeLinter.git
282+
git clone https://github.com/SublimeLinter/SublimeLinter.git
283283
else
284284
echo "Updating plugin SublimeLinter";
285285
cd "SublimeLinter"
@@ -289,7 +289,7 @@ fi
289289

290290
# SASS
291291
if [ ! -d "SASS" ]; then
292-
git clone git@github.com:nathos/sass-textmate-bundle.git SASS;
292+
git clone ghttps://github.com/nathos/sass-textmate-bundle.git SASS;
293293
else
294294
echo "Updating plugin SASS";
295295
cd "SASS"
@@ -299,7 +299,7 @@ fi
299299

300300
# CssSnippets
301301
if [ ! -d "CssSnippets" ]; then
302-
git clone git@github.com:P233/Emmet-Css-Snippets-for-Sublime-Text-2.git CssSnippets;
302+
git clone https://github.com/P233/Emmet-Css-Snippets-for-Sublime-Text-2.git CssSnippets;
303303
else
304304
echo "Updating plugin CssSnippets";
305305
cd "CssSnippets"
@@ -309,7 +309,7 @@ fi
309309

310310
# JSLint
311311
if [ ! -d "JSLint" ]; then
312-
git clone git@github.com:darrenderidder/Sublime-JSLint.git JSLint;
312+
git clone https://github.com/darrenderidder/Sublime-JSLint.git JSLint;
313313
else
314314
echo "Updating plugin JSLint";
315315
cd "JSLint"

0 commit comments

Comments
 (0)