Skip to content

Commit 7df8737

Browse files
d-a-vper1234
authored andcommitted
fix use of a constant
Co-authored-by: per1234 <[email protected]>
1 parent 023c9fc commit 7df8737

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
@@ -79,7 +79,7 @@ func (s *WipeoutBuildPathIfBuildOptionsChanged) Run(ctx *types.Context) error {
7979
func doCleanup(buildPath *paths.Path) error {
8080
// FIXME: this should go outside legacy and behind a `logrus` call so users can
8181
// control when this should be printed.
82-
// logger.Println(constants.LOG_LEVEL_INFO, constants.MSG_BUILD_OPTIONS_CHANGED + MSG_REBUILD_ALL)
82+
// logger.Println(constants.LOG_LEVEL_INFO, constants.MSG_BUILD_OPTIONS_CHANGED + constants.MSG_REBUILD_ALL)
8383

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

0 commit comments

Comments
 (0)