File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# git-open-pull Copyright 2011 Jehiah Czebotar <jehiah@gmail.com>
4
- # http ://github.com/jehiah/git-open-pull
4
+ # https ://github.com/jehiah/git-open-pull
5
5
6
6
# # This program is free software: you can redistribute it and/or modify
7
7
# # it under the terms of the GNU General Public License as published by
14
14
# # GNU General Public License for more details.
15
15
# #
16
16
# # You can find the GNU General Public License at:
17
- # # http ://www.gnu.org/licenses/
17
+ # # https ://www.gnu.org/licenses/
18
18
19
19
HELP_TEXT='
20
20
USAGE
@@ -56,7 +56,7 @@ HELP_TEXT='
56
56
against master in the integration account
57
57
58
58
This makes use of the github `POST /repos/:user/:repo/pulls` endpoint
59
- more info on that is available at http ://developer.github.com/v3/pulls/
59
+ more info on that is available at https ://developer.github.com/v3/pulls/
60
60
61
61
'
62
62
You can’t perform that action at this time.
0 commit comments