Skip to content

Commit 533581f

Browse files
committed
Fix encoding of PackageValidate identifier.
1 parent cece338 commit 533581f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler/Backend.gren

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ commandEncoder interactive pathToString command =
326326

327327
PackageValidate flags ->
328328
Json.object
329-
[ { key = "command", value = Json.string "packageBump" }
329+
[ { key = "command", value = Json.string "packageValidate" }
330330
, { key = "interactive", value = Json.bool interactive }
331331
, { key = "known-versions", value = Json.array SemanticVersion.toJson flags.knownVersions }
332332
, { key = "project-path", value = Json.string <| pathToString flags.projectPath }

0 commit comments

Comments
 (0)