diff --git a/scripts/update_documentation.sh b/scripts/update_documentation.sh index bf8ae25..ae03f4d 100755 --- a/scripts/update_documentation.sh +++ b/scripts/update_documentation.sh @@ -20,8 +20,8 @@ print_color "Creating a Github PR to update documentation" if [ ! -d $DOCUMENTATION_REPO_PATH ]; then print_color "Documentation directory does not exist, cloning into $DOCUMENTATION_REPO_PATH" - git clone git@github.com:TophrC-dd/documentation $DOCUMENTATION_REPO_PATH -fi + git clone git@github.com:Datadog/documentation $DOCUMENTATION_REPO_PATH + fi cd $DOCUMENTATION_REPO_PATH