From 1981e0b55bc7de8407fa80177356fa5861350685 Mon Sep 17 00:00:00 2001 From: PierreGode <8579922+PierreGode@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:52:54 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 204b098..6b05888 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ The preferred way to contribute is to fork the 2. Clone this copy to your local disk: $ git clone git@github.com:YourLogin/Linux-Active-Directory-join-script - $ cd system-design-primer + $ cd Linux-Active-Directory-join-script 3. Create a branch to hold your changes and start making changes. Don't work in the `master` branch!