mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-24 17:53:36 +03:00
typo fix
This commit is contained in:
parent
4ebf0c8c44
commit
ba99c379cc
@ -64,7 +64,7 @@ args = ["clippy", "--", "@@split(CARGO_MAKE_TASK_ARGS,;)"]
|
||||
# Release building and installing Zellij
|
||||
[tasks.install]
|
||||
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 = '''
|
||||
if is_dir ${CARGO_MAKE_TASK_ARGS}
|
||||
|
Loading…
Reference in New Issue
Block a user