Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit d150c53

Browse files
committed
1 parent 5b4b7d9 commit d150c53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

push-tags

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env php
22
<?php
33

4-
define('UPSTREAM_REPOSITORY', 'http://git.drupal.org/project/drupal.git');
4+
define('UPSTREAM_REPOSITORY', 'https://git.drupal.org/project/drupal.git');
55
define('UPSTREAM_DIRECTORY', 'upstream');
66
define('DOWNSTREAM_REPOSITORY', exec('git config --get remote.origin.url'));
77

subtree-split

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/bash
22

3-
UPSTREAM_REPOSITORY=http://git.drupal.org/project/drupal.git
3+
UPSTREAM_REPOSITORY=https://git.drupal.org/project/drupal.git
44
UPSTREAM_DIRECTORY=upstream
55
DOWNSTREAM_REPOSITORY=$(git config --get remote.origin.url)
66

0 commit comments

Comments
 (0)