From 84694170402ff699065382ba2d2fb172c3b6c88f Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 26 Aug 2021 13:15:23 -0400 Subject: Globally replace http:// with https:// [NO TESTS NEEDED] Hopefully existing tests will find issues. Signed-off-by: Daniel J Walsh --- build_osx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_osx.md') diff --git a/build_osx.md b/build_osx.md index 59e1797a6..d5a292542 100644 --- a/build_osx.md +++ b/build_osx.md @@ -18,7 +18,7 @@ $ brew install go go-md2man You can obtain the latest source code for Podman from its github repository. ``` -$ git clone http://github.com/containers/podman go/src/github.com/containers/podman +$ git clone https://github.com/containers/podman go/src/github.com/containers/podman ``` ## Build client -- cgit v1.2.3-54-g00ecf