Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 27dd585

Browse files
committedOct 15, 2018
fixup! Rename warnings.cache into output.cache
1 parent 1d0eb0a commit 27dd585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const FILE_PLATFORM_LOCAL_TXT = "platform.local.txt"
9090
const FILE_PLATFORM_TXT = "platform.txt"
9191
const FILE_PROGRAMMERS_TXT = "programmers.txt"
9292
const FILE_INCLUDES_CACHE = "includes.cache"
93-
const FILE_WARNINGS_CACHE = "warnings.cache"
93+
const FILE_WARNINGS_CACHE = "output.cache"
9494
const FOLDER_BOOTLOADERS = "bootloaders"
9595
const FOLDER_CORE = "core"
9696
const FOLDER_CORES = "cores"

0 commit comments

Comments
 (0)
Please sign in to comment.