From 5863b15b1209528fe9b9f830e03144298feb95bf Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Tue, 17 Sep 2024 17:32:05 -0300 Subject: [PATCH] doc: fix log location description --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e58a2d58..9b4b0250 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -34,7 +34,7 @@ body: label: Additional information and data description: | If possible, add screenshots and upload your logs file here. - Logs location on Windows: "%appdata/hydra%" + Logs location on Windows: "%appdata%/hydra" Logs location on Linux: "~/.config/hydra/" validations: required: false