Skip to content

Commit 74f60ec

Browse files
committed
fix warning message
1 parent 703c1d5 commit 74f60ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/scala/io/viash/wrapper/BashWrapper.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ object BashWrapper {
291291
| *)
292292
| # positional arg or unknown option
293293
| VIASH_POSITIONAL_ARGS+=("$$1")
294-
| [[ $$1 == -* ]] && ViashWarning "Value '$$1' looks like a parameter but is not a defined parameter and will instead be treated as a positional argument. Use \\"--help\\" to get more information on the parameters."
294+
| [[ $$1 == -* ]] && ViashWarning "Value '$$1' looks like a parameter but is not a defined parameter and will instead be treated as a positional argument. Use --help to get more information on the parameters."
295295
| shift # past argument
296296
| ;;
297297
| esac

0 commit comments

Comments
 (0)