Skip to content

Commit

Permalink
Update install_bot_code.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Aug 26, 2024
1 parent 29d013c commit d6173bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotick-bot/install_bot_code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pip install --no-deps --no-build-isolation -e .

cd ..

if [[ "$1" != "--no-clone-graph-and-pinning" ]]; then
if [[ "$1" != "--no-clone-graph" ]]; then
git clone --depth=5 https://github.com/regro/cf-graph-countyfair.git cf-graph
else
echo "Skipping cloning of cf-graph"
Expand Down

0 comments on commit d6173bc

Please sign in to comment.