Skip to content

Commit

Permalink
Fix Windows enviroment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvir Attia committed Oct 5, 2017
1 parent 646e51d commit 29761fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE
Expand Up @@ -14,7 +14,7 @@ IF REQUESTING A FEATURE, delete the Bug Report section.
NOTE: Please be sure to attach a logfile if available. Here's where you can find the logfile:
Linux: ~/.config/Felony/log.log
OS X: ~/Library/Logs/Felony/log.log
Windows: $HOME/AppData/Roaming/Felony/log.log
Windows: %AppData%/Felony/log.log
-->

#### Expected behavior
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -16,4 +16,4 @@ If your log file contains any information please attach it.

- Linux: ~/.config/Felony/log.log
- OS X: ~/Library/Logs/Felony/log.log
- Windows: $HOME/AppData/Roaming/Felony/log.log
- Windows: %AppData%/Felony/log.log

0 comments on commit 29761fa

Please sign in to comment.