Skip to content

Commit

Permalink
fix: renamed EMULATOR_IGNOREUPDATES to EMULATOR_IGNORE_UPDATES
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianEstrada committed Apr 22, 2024
1 parent 9da052d commit 89857e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class AppUpdateService {
}

private suspend fun getUpdateFromGitHub(): GithubRelease? {
if (System.getenv("EMULATOR_IGNOREUPDATES").toBoolean()) {
if (System.getenv("EMULATOR_IGNORE_UPDATES").toBoolean()) {
logger.debug("ignoring updates based on env var")
return null
}
Expand Down

0 comments on commit 89857e6

Please sign in to comment.