Skip to content

Commit 27dd585

Browse files
committed
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

Diff for: constants/constants.go

+1-1
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)