BUGFIX: Wrong branch for session manager

This commit is contained in:
Aaron Carlino 2021-06-28 14:43:55 +12:00 committed by GitHub
parent 32a39a8321
commit a9e37c0ee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ module.exports = [
options: {
name: `user--4--optional_features/managing_devices`,
remote: `https://github.com/silverstripe/silverstripe-session-manager`,
branch: `master`,
branch: `1`,
patterns: `docs/en/userguide/**`
}
},