Skip to content

Commit

Permalink
Quality fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldiron committed Nov 30, 2024
1 parent 931e623 commit 03e9f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/http.php
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ function (string $runtimeId, ?string $payload, string $path, string $method, mix
*/
$allowList = empty(Http::getEnv('OPR_EXECUTOR_RUNTIMES')) ? [] : \explode(',', Http::getEnv('OPR_EXECUTOR_RUNTIMES'));

if(Http::isDevelopment()) {
if (Http::isDevelopment()) {
// Useful to prevent auto-pulling from remote when testing local images
Console::info("Skipping image pulling in development mode.");
} else {
Expand Down

0 comments on commit 03e9f42

Please sign in to comment.