Skip to content

Commit 6a26d8a

Browse files
Massimiliano Pippimasci
Massimiliano Pippi
authored andcommitted
try to make GHA runner happy
1 parent b6567cd commit 6a26d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def main(test, dry, remote):
114114
print(cmd)
115115
return 0
116116

117-
subprocess.run([cmd], shell=True, check=True, cwd=repo_dir)
117+
subprocess.run(cmd, shell=True, check=True, cwd=repo_dir)
118118

119119

120120
# Usage:

0 commit comments

Comments
 (0)