diff options
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 |