Skip to content

Commit

Permalink
Fix version command
Browse files Browse the repository at this point in the history
  • Loading branch information
prasmussen committed Apr 23, 2022
1 parent ca7053b commit 41d0e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/languages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ in [ { id = "assembly"
, runConfig = Some
{ containerImage = "glot/zig:latest"
, runCommand = "zig run main.zig"
, versionCommand = "zig --version"
, versionCommand = "zig version"
}
, books = [] : List Book
}
Expand Down

0 comments on commit 41d0e7d

Please sign in to comment.