Skip to content

Commit

Permalink
upsome 2
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Apr 22, 2021
1 parent 25b064a commit 41206a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Helper/AppHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public static function loadOsEnvInfo(Application $app): void
return;
}

Show::aList($osEnv, 'Put ENV From Config: `osEnv`', ['ucFirst' => false]);
Show::aList($osEnv, 'Put ENV From Config: "osEnv"', ['ucFirst' => false]);
// Sys::setOSEnv() TODO
foreach ($osEnv as $name => $value) {
putenv("$name=$value");
Expand Down

0 comments on commit 41206a6

Please sign in to comment.