Skip to content

Commit 6071b9d

Browse files
fix
1 parent 3df8cd3 commit 6071b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SharedMakefile.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ VERIFY_TIMEOUT := 250
1515

1616
verify:DAFNY_OPTIONS=--allow-deprecation --allow-external-contracts
1717
verify_single:DAFNY_OPTIONS=--allow-deprecation --allow-external-contracts
18-
verify_service:DAFNY_OPTIONS=--allow-deprecation --allow-external-contractsv
18+
verify_service:DAFNY_OPTIONS=--allow-deprecation --allow-external-contracts
1919

2020
transpile_implementation_net: DAFNY_OPTIONS=--allow-warnings --compile-suffix --legacy-module-names --allow-external-contracts
2121
transpile_test_net: DAFNY_OPTIONS=--allow-warnings --include-test-runner --compile-suffix --legacy-module-names --allow-external-contracts

0 commit comments

Comments
 (0)