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 /bin | |
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 '')
-rwxr-xr-x | bin/container | 2 | ||||
-rwxr-xr-x | bin/container-shell | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/container b/bin/container index 6106578..c3748d9 100755 --- a/bin/container +++ b/bin/container @@ -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 diff --git a/bin/container-shell b/bin/container-shell index 0622370..98ece06 100755 --- a/bin/container-shell +++ b/bin/container-shell @@ -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 |