Remove "lax" from call to IDE. (#17928)

This commit is contained in:
Samuel Williams 2023-11-27 18:20:20 +00:00 committed by GitHub
parent 9d0ac21c86
commit be831c6716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ commands:
completion: true
- name: ide
path: damlc/damlc
args: ["lax", "ide"]
args: ["ide"]
- name: json-api
path: daml-helper/daml-helper
desc: "Launch the HTTP JSON API"