Skip to content

Commit

Permalink
SDK-5465: Rename constant (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyspryker authored Nov 13, 2023
1 parent 02fdf5e commit 4ea7384
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ConfigurationProvider implements ConfigurationProviderInterface
*/
public function getReleaseAppUrl(): string
{
return (string)getenv('UPGRADER_RELEASE_APP_URL') ?: static::DEFAULT_RELEASE_APP_URL;
return (string)getenv('RELEASE_APP_URL') ?: static::DEFAULT_RELEASE_APP_URL;
}

/**
Expand Down

0 comments on commit 4ea7384

Please sign in to comment.