Skip to content

Commit

Permalink
use main for check
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Mar 14, 2022
1 parent 27cec05 commit a64c392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nightly_check/nightly_check_prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RET_COMPILATION_FAILED=2
RET_RUN_FOREST_FAILED=3

# Clone latest `Forest` main.
if cd "$CHECK_DIR" && git clone --single-branch --branch night-job-scripts https://github.com/ChainSafe/forest.git && cd forest; then
if cd "$CHECK_DIR" && git clone --single-branch --branch main https://github.com/ChainSafe/forest.git && cd forest; then
echo "✅ Repository cloned"
else
echo "❌ Failed to clone the repository"
Expand Down

0 comments on commit a64c392

Please sign in to comment.