Skip to content

Commit 3aa601d

Browse files
d-a-vper1234
andauthored
fix use of a constant
Co-authored-by: per1234 <[email protected]>
1 parent e94d28e commit 3aa601d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: legacy/builder/wipeout_build_path_if_build_options_changed.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func (s *WipeoutBuildPathIfBuildOptionsChanged) Run(ctx *types.Context) error {
8282
func doCleanup(buildPath *paths.Path) error {
8383
// FIXME: this should go outside legacy and behind a `logrus` call so users can
8484
// control when this should be printed.
85-
// logger.Println(constants.LOG_LEVEL_INFO, constants.MSG_BUILD_OPTIONS_CHANGED + MSG_REBUILD_ALL)
85+
// logger.Println(constants.LOG_LEVEL_INFO, constants.MSG_BUILD_OPTIONS_CHANGED + constants.MSG_REBUILD_ALL)
8686

8787
if files, err := buildPath.ReadDir(); err != nil {
8888
return errors.WithMessage(err, "cleaning build path")

0 commit comments

Comments
 (0)