From 8391ff7cbb82fc9d58662abd6812873c121f54de Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Fri, 8 May 2026 13:09:15 -0300 Subject: [PATCH] profiles: yarn: fix comment header Note: The missing line is already present in the other includers of `nodejs-common.inc`: $ git grep -Il 'include nodejs-common.profile' etc/profile-m-z/node-gyp.profile etc/profile-m-z/node.profile etc/profile-m-z/npm.profile etc/profile-m-z/npx.profile etc/profile-m-z/pnpm.profile etc/profile-m-z/pnpx.profile etc/profile-m-z/semver.profile etc/profile-m-z/yarn.profile This amends commit 37452ef1a ("refactor nodejs applications (npm & yarn) (#3876)", 2021-01-11). --- etc/profile-m-z/yarn.profile | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/profile-m-z/yarn.profile b/etc/profile-m-z/yarn.profile index 05b55d071..13c9a2cc9 100644 --- a/etc/profile-m-z/yarn.profile +++ b/etc/profile-m-z/yarn.profile @@ -1,6 +1,7 @@ # Firejail profile for yarn # Description: Fast, reliable, and secure dependency management quiet +# This file is overwritten after every install/update # Persistent local customizations include yarn.local # Persistent global definitions