URL:
https://github.com/freeipa/freeipa/pull/3266
Author: fcami
Title: #3266: Hidden replica documentation: fix typo
Action: opened
PR body:
"""
The hidden replica documentation mentioned using
$ ipa server-state <hostname> --state=enable
whereas the right command is
$ ipa server-state <hostname> --state=enabled
Signed-off-by: François Cami <fcami(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa
https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3266/head:pr3266
git checkout pr3266