Skip to content

Commit

Permalink
finalizing script
Browse files Browse the repository at this point in the history
  • Loading branch information
TophrC-dd committed May 30, 2024
1 parent 638a841 commit a31f18d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/update_documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:TophrC-dd/documentation $DOCUMENTATION_REPO_PATH
fi
git clone [email protected]:Datadog/documentation $DOCUMENTATION_REPO_PATH
fi

cd $DOCUMENTATION_REPO_PATH

Expand Down

0 comments on commit a31f18d

Please sign in to comment.