Factori deploy problem with unsanitized name
When importing a contract:
factori import michelson . contract.tz --ocaml --force --name test-2
There is a problem when calling factori deploy
(no matter languages)
factori deploy --ocaml --storage blockchain --network flextesa test-2
fatal exception Not_found
The contract test-2 doesn't exist because in factori it name is 'test_2' because factori replace the '-' with '_'
(Add a proper error message)