Skip to content

Commit

Permalink
Oops, missing case break
Browse files Browse the repository at this point in the history
  • Loading branch information
finnhodgkin committed Oct 18, 2024
1 parent c5db02b commit 5dce8df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if [ -n "${CARGO_DIST_TARGET:-}" ]; then
# TODO once we have the intel binary, rename the intel binary to purs here
echo "Platform not supported: ${CARGO_DIST_TARGET}"
exit 1
;;
*)
echo "Platform not supported: ${CARGO_DIST_TARGET}"
exit 1
Expand Down
2 changes: 1 addition & 1 deletion dist.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "purescript LSP"
version = "1.0.2"
version = "1.0.3"
license = "BSD-3-Clause"
repository = "https://github.com/OxfordAbstracts/purescript-lsp-bin"
binaries = ["purs"]
Expand Down

0 comments on commit 5dce8df

Please sign in to comment.