diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-04-11 13:31:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-04-11 13:39:09 +0000 |
commit | 26851c094e351564ac10e7bf24c4e59e86fd58e4 (patch) | |
tree | 09075cb97036715d3001d55d4e3b52a14aece125 /share/hooks/pre-create.git-pull.sh | |
parent | Using https for security.debian.org in container create related items. (diff) | |
download | compute-tools-26851c094e351564ac10e7bf24c4e59e86fd58e4.tar.xz compute-tools-26851c094e351564ac10e7bf24c4e59e86fd58e4.zip |
Using https instead of http in all comments.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/hooks/pre-create.git-pull.sh')
-rwxr-xr-x | share/hooks/pre-create.git-pull.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hooks/pre-create.git-pull.sh b/share/hooks/pre-create.git-pull.sh index d081b43..744f955 100755 --- a/share/hooks/pre-create.git-pull.sh +++ b/share/hooks/pre-create.git-pull.sh @@ -15,7 +15,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. set -e |