Skip to content

Commit

Permalink
Update snapshot URL (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-e authored Feb 22, 2024
1 parent 741a1fc commit df74488
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ abstract class UploadSnapshotBundle : BaseUploadTask() {
logger.lifecycle(
"Snapshot bundle upload successful! View snapshots at the following url:"
)
logger.lifecycle("https://emergetools.com/build/${response.uploadId}?buildContent=snapshots")
logger.lifecycle("https://emergetools.com/snapshot/${response.uploadId}")
logger.lifecycle("Snapshot generations usually take ~10 minutes or less.")
}

Expand Down

0 comments on commit df74488

Please sign in to comment.