Skip to content

Commit

Permalink
Update FastlyComputeTasks.scala
Browse files Browse the repository at this point in the history
Update the error message if fastly deployment fails to reflect the fact that it needs a currently active version
  • Loading branch information
fredex42 authored Jan 20, 2025
1 parent 27b33da commit 940fc31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ case class FastlyComputeTasks(s3Package: S3Path)(implicit
)
case Some((_, Failure(err))) =>
resources.reporter.fail(
s"$err. Your API key may be invalid or it may have expired"
s"$err. Ensure that your Fastly service currently has an active version and is deployed. Alternatively, your API key may be invalid or it may have expired"
)

}
Expand Down

0 comments on commit 940fc31

Please sign in to comment.