Skip to content

Commit 3fe039e

Browse files
authored
Fix Scala Steward post-update hook (#3465)
1 parent 7ec9da1 commit 3fe039e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.scala-steward.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ updates.ignore = [
33
{ groupId = "com.github.plokhotnyuk.jsoniter-scala", artifactId="jsoniter-scala-core", version="2.13.5.2" }
44
]
55
postUpdateHooks = [{
6-
command = ["./mill", "-i", "'generate-reference-doc[]'.run"],
6+
command = ["./mill", "-i", "generate-reference-doc[].run"],
77
commitMessage = "Generate the reference doc"
8-
}]
8+
}]

0 commit comments

Comments
 (0)