From 414e37996d0c33a5792b8698146792a2a0359b93 Mon Sep 17 00:00:00 2001 From: thejch <66577496+thejch@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:21:31 -0700 Subject: github: fix github issue template crash dir (#5269) --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 2305c650..0bdaff4d 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -63,5 +63,5 @@ body: description: | Anything that can help. Please always ATTACH and not paste them. Logs can be found in /tmp/hypr - Crash reports are stored in ~/.hyprland or $XDG_CACHE_HOME/hyprland + Crash reports are stored in ~/.cache/hyprland or $XDG_CACHE_HOME/hyprland -- cgit v1.2.3