Skip to content

Commit d37e232

Browse files
Update src/Package/Artifact/attr.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9fc2b64 commit d37e232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Package/Artifact/attr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class attr
1717
#[PatchDescription('Patch attr for Alpine Linux (musl) and macOS - gethostname declaration')]
1818
public function patchAttrForAlpine(Artifact $artifact): void
1919
{
20-
spc_skip_unless(SystemTarget::getTargetOS() === 'Darwin' || SystemTarget::getTargetOS() === 'Linux' && !LinuxUtil::isMuslDist(), 'Only for Alpine Linux (musl) and macOS');
20+
spc_skip_unless(SystemTarget::getTargetOS() === 'Darwin' || SystemTarget::getTargetOS() === 'Linux' && LinuxUtil::isMuslDist(), 'Only for Alpine Linux (musl) and macOS');
2121
SourcePatcher::patchFile('attr_alpine_gethostname.patch', $artifact->getSourceDir());
2222
}
2323
}

0 commit comments

Comments
 (0)