Skip to content

Commit

Permalink
Rename variable
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Oct 3, 2024
1 parent dce1ee2 commit 1dec62a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/task/setono_dotenv.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ function getStage(): string
return 'prod';
}

$state = $labels['stage'];
Assert::stringNotEmpty($state);
$stage = $labels['stage'];
Assert::stringNotEmpty($stage);

return $state;
return $stage;
}

0 comments on commit 1dec62a

Please sign in to comment.