Skip to content

Commit

Permalink
Update OperatingSystem.php
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Apr 9, 2024
1 parent 9adb2dc commit d8c5dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Enum/OperatingSystem.php
Expand Up @@ -8,7 +8,7 @@ enum OperatingSystem: string
{
case MACOS = 'macos';
case UBUNTU = 'ubuntu';
case WINDOWS = 'windows';
// case WINDOWS = 'windows';

public function toString(): string
{
Expand Down

0 comments on commit d8c5dd8

Please sign in to comment.