Skip to content

Commit

Permalink
clone into correct new dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tjheffner committed Dec 22, 2023
1 parent d316449 commit 915ac6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vets-web-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source ~/.bashrc
# Installs & builds vets-website dependencies for next-build preview.
#if [ ! -d docroot/vendor/va-gov/vets-website ]; then
if [ ! -d vets-website ]; then
git clone --single-branch --depth 1 https://github.com/department-of-veterans-affairs/vets-website.git docroot/vendor/va-gov/vets-website
git clone --single-branch --depth 1 https://github.com/department-of-veterans-affairs/vets-website.git vets-website
else
echo "Repo vets-website already cloned."
fi
Expand Down

0 comments on commit 915ac6d

Please sign in to comment.