We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8491e commit 40e33afCopy full SHA for 40e33af
commit0/harness/utils.py
@@ -96,7 +96,10 @@ def setup_git(logger: logging.Logger) -> None:
96
),
97
("sudo touch /etc/shells", "creates /etc/shells if it doesn't exists yet"),
98
("cat /etc/shells", "views available shells"),
99
- ("sudo sh -c 'which git-shell >> /etc/shells'", "adds git-shell to /etc/shells"),
+ (
100
+ "sudo sh -c 'which git-shell >> /etc/shells'",
101
+ "adds git-shell to /etc/shells",
102
+ ),
103
(
104
"sudo chsh git -s $(which git-shell)",
105
"changes shell for git user to git-shell",
0 commit comments