Skip to content

Commit 335f64b

Browse files
author
Philip Sampaio
committed
Format code
1 parent 655d6d6 commit 335f64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/elixir.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ else {
348348
$private:escaped = $allParams | ForEach-Object -Process { ($_ -replace "`"", "\`"") -replace "[^a-zA-Z0-9_/-]", "\$&" }
349349

350350
# The args are surrounded here because we want to have only one argument for the entire command.
351-
$paramsPart = @("-daemon","`"$runErlPipe/`"", "`"$runErlLog/`"", "`"$($escaped -join " ")`"")
351+
$paramsPart = @("-daemon", "`"$runErlPipe/`"", "`"$runErlLog/`"", "`"$($escaped -join " ")`"")
352352
}
353353

354354
if ($env:ELIXIR_CLI_DRY_RUN) {

0 commit comments

Comments
 (0)