From 19e27ead4d066029fcde87f060fd7e4929be38c4 Mon Sep 17 00:00:00 2001 From: Sertonix Date: Fri, 21 Jun 2024 19:38:48 +0000 Subject: [PATCH] .gitlab: fix /etc/alpine-release returning permission denied Since the other 2 code blocks are commands some people may think that they should execute /etc/alpine-release instead of pasting it's content. Use cat(1) to make that clear. Ref https://gitlab.alpinelinux.org/alpine/aports/-/issues/16228 --- .gitlab/issue_templates/Default.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/issue_templates/Default.md b/.gitlab/issue_templates/Default.md index 8d66c3d434d..e06690fcb30 100644 --- a/.gitlab/issue_templates/Default.md +++ b/.gitlab/issue_templates/Default.md @@ -15,7 +15,7 @@ For other components, separate issue trackers exist: * Package name: *Enter the apk package name* * Package version: *Version as obtained by `apk info`* -* Alpine version: *Alpine version from `/etc/alpine-release`* +* Alpine version: *Alpine version from `cat /etc/alpine-release`* * Alpine architecture: *Architecture obtained via `apk --print-arch`* ## Summary