From fa2c6775c09bde736126b07ac5b27a94f5dbff3a Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Thu, 23 Apr 2026 13:57:37 +0200 Subject: [PATCH] Bikeshed comment --- mullvad-vpn-daemon/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mullvad-vpn-daemon/APKBUILD b/mullvad-vpn-daemon/APKBUILD index 6666ec8..0a12a15 100644 --- a/mullvad-vpn-daemon/APKBUILD +++ b/mullvad-vpn-daemon/APKBUILD @@ -53,8 +53,8 @@ prepare() { } build() { - # Specify `--target` so that the build artifacts ends up in target//release to - # avoid clashes with host system when running in a container with a mounted target folder. + # Specify `--target` so that build artifacts will end up in target//release + # This avoids clashes with host system when running in a container with a mounted target folder. # Compile all binaries cargo auditable build --release --locked \