fix: indentation in bin link script

This commit is contained in:
LukaDev 2024-12-26 22:09:03 +01:00
parent 2d882cd027
commit 63531088b8

View file

@ -138,7 +138,7 @@ impl DownloadAndLinkHooks for InstallHooks {
&bin_exec_file, &bin_exec_file,
format!( format!(
r#"#!/bin/sh r#"#!/bin/sh
exec lune run "$(dirname "$0")/.impl/{alias}.luau" -- "$@""# exec lune run "$(dirname "$0")/.impl/{alias}.luau" -- "$@""#
), ),
) )
.await .await