mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
fix: indentation in bin link script
This commit is contained in:
parent
2d882cd027
commit
63531088b8
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ impl DownloadAndLinkHooks for InstallHooks {
|
|||
&bin_exec_file,
|
||||
format!(
|
||||
r#"#!/bin/sh
|
||||
exec lune run "$(dirname "$0")/.impl/{alias}.luau" -- "$@""#
|
||||
exec lune run "$(dirname "$0")/.impl/{alias}.luau" -- "$@""#
|
||||
),
|
||||
)
|
||||
.await
|
||||
|
|
Loading…
Add table
Reference in a new issue