Skip to content

Commit

Permalink
Look at new v2 remote announcement manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal committed Aug 29, 2022
1 parent e918178 commit d26ba27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class RetrieveRemoteAnnouncementsJob private constructor(private val force: Bool

companion object {
const val KEY = "RetrieveReleaseChannelJob"
private const val MANIFEST = "${S3.DYNAMIC_PATH}/release-notes/release-notes.json"
private const val MANIFEST = "${S3.DYNAMIC_PATH}/release-notes/release-notes-v2.json"
private const val BASE_RELEASE_NOTE = "${S3.STATIC_PATH}/release-notes"
private const val KEY_FORCE = "force"

Expand Down

0 comments on commit d26ba27

Please sign in to comment.