Skip to content

Commit 217c67e

Browse files
authored
Update repo update script for 500 branch
1 parent 4e44846 commit 217c67e

File tree

1 file changed

+1
-1
lines changed
  • versioned_docs/version-5.0/guides/git

1 file changed

+1
-1
lines changed

versioned_docs/version-5.0/guides/git/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The following commands can be used to keep the your forked Moodle branches at yo
126126
```
127127
#!/bin/bash
128128
git fetch upstream
129-
for BRANCH in MOODLE_{19..39}_STABLE MOODLE_{310..311}_STABLE MOODLE_{400..405}_STABLE main; do
129+
for BRANCH in MOODLE_{19..39}_STABLE MOODLE_{310..311}_STABLE MOODLE_{400..405}_STABLE MOODLE_500_STABLE main; do
130130
git push origin refs/remotes/upstream/$BRANCH:refs/heads/$BRANCH
131131
done
132132
```

0 commit comments

Comments
 (0)