Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mu-no-hikari committed Jan 17, 2025
1 parent bc69262 commit a2ea0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/pbt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ void start(void)
{
env_mode = 0;
env_mode = string_is(arg, "env=global") ? 2 : env_mode;
env_mode = string_is(arg, "env=user") ? 2 : env_mode;
env_mode = string_is(arg, "env=user") ? 1 : env_mode;
}
else if (string_starts_with(arg, "path="))
{
Expand Down

0 comments on commit a2ea0da

Please sign in to comment.