Skip to content

Commit 40e33af

Browse files
committed
fix ci errors
1 parent 0a8491e commit 40e33af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

commit0/harness/utils.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@ def setup_git(logger: logging.Logger) -> None:
9696
),
9797
("sudo touch /etc/shells", "creates /etc/shells if it doesn't exists yet"),
9898
("cat /etc/shells", "views available shells"),
99-
("sudo sh -c 'which git-shell >> /etc/shells'", "adds git-shell to /etc/shells"),
99+
(
100+
"sudo sh -c 'which git-shell >> /etc/shells'",
101+
"adds git-shell to /etc/shells",
102+
),
100103
(
101104
"sudo chsh git -s $(which git-shell)",
102105
"changes shell for git user to git-shell",

0 commit comments

Comments
 (0)