typo fix
This commit is contained in:
parent
4ebf0c8c44
commit
ba99c379cc
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ args = ["clippy", "--", "@@split(CARGO_MAKE_TASK_ARGS,;)"]
|
||||||
# Release building and installing Zellij
|
# Release building and installing Zellij
|
||||||
[tasks.install]
|
[tasks.install]
|
||||||
workspace = false
|
workspace = false
|
||||||
dependencies = ["build-plugins-release", "wasm-opt-plugins", "build-release", "manpages-install"]
|
dependencies = ["build-plugins-release", "wasm-opt-plugins", "build-release", "manpage-install"]
|
||||||
script_runner = "@duckscript"
|
script_runner = "@duckscript"
|
||||||
script = '''
|
script = '''
|
||||||
if is_dir ${CARGO_MAKE_TASK_ARGS}
|
if is_dir ${CARGO_MAKE_TASK_ARGS}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue