From e783b46d1554d09a780a53a37ac7edcd2c41ae49 Mon Sep 17 00:00:00 2001 From: Martin Perez Date: Mon, 21 Aug 2023 17:58:53 +0200 Subject: [PATCH] Fix typo --- CONTRIBUTING_CLA.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING_CLA.md b/CONTRIBUTING_CLA.md index 2645c9d..2df2443 100644 --- a/CONTRIBUTING_CLA.md +++ b/CONTRIBUTING_CLA.md @@ -47,7 +47,7 @@ This is a rough outline of what a contributor's workflow looks like: Example: ``` shell -git remote add upstream https://github.com/vmware-labs/vmware-image-builder-action.git +git remote add upstream https://github.com/vmware-labs/distribution-tooling-for-helm.git git checkout -b my-new-feature main git commit -a git push origin my-new-feature