From 6ae57c010a4597f5317cb3cd50f38635ffd5faca Mon Sep 17 00:00:00 2001 From: 4ndy <44980578+ondrej-ivanko@users.noreply.github.com> Date: Mon, 24 May 2021 19:28:43 +0200 Subject: [PATCH] Update BUILD_UNIX.md fix typo in git repo name. --- BUILD_UNIX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD_UNIX.md b/BUILD_UNIX.md index d671c4d4..d5f1a138 100644 --- a/BUILD_UNIX.md +++ b/BUILD_UNIX.md @@ -35,7 +35,7 @@ If you obtained the source for the git repository, make sure the submodules are checked out: ``` -$ git clone https://github.com/securesocketfunnelling/ssf.git +$ git clone https://github.com/securesocketfunneling/ssf.git $ git submodule update --init ```