Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73d2930e authored by Jason Parks's avatar Jason Parks
Browse files

Bold the file created from the build-flag command

Test: manual
Bug: none
Change-Id: Ie402ab9fcfa046797439f3d8d128cb319aaca12e
parent 70c43ec6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -329,7 +329,7 @@ func SetCommand(configs *rc_lib.ReleaseConfigs, commonFlags Flags, cmd string, a
		return err
	}
	updatedFiles = append(updatedFiles, flagPath)
	fmt.Printf("Added/Updated: %s\n", strings.Join(updatedFiles, " "))
	fmt.Printf("\033[1mAdded/Updated: %s\033[0m\n", strings.Join(updatedFiles, " "))
	return nil
}