Skip to content

Commit

Permalink
Missing "git add" in import users instructions
Browse files Browse the repository at this point in the history
Change-Id: I798561c6aaa1c81e10b933fafae78e67642042a1
  • Loading branch information
barbasa committed Feb 15, 2024
1 parent a108332 commit deeac52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/site/releases/3.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ At high-level, the process consists of:
$ git clone $GERRIT_SITE/git/All-Users.git && cd All-Users
$ git fetch origin refs/meta/external-ids && git checkout FETCH_HEAD
$ echo -e '[externalId "'$EXT_ID'"]\n\taccountId = 1000001' > $EXT_ID_NOTE
$ git commit -am "Added $EXT_ID"
$ git add . && git commit -am "Added $EXT_ID"
$ git push origin HEAD:refs/meta/external-ids
```

Expand Down

0 comments on commit deeac52

Please sign in to comment.