Skip to content

Commit

Permalink
Adjust unsupported dev bundle version message
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Dec 27, 2024
1 parent cc0e079 commit 42f2bb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ private fun readDevBundle(
if (dataVersion !in supported) {
throw PaperweightException(
"The paperweight development bundle you are attempting to use is of data version '$dataVersion', but" +
" the currently running version of paperweight only supports data versions '$supported'."
" the currently running version of paperweight only supports data versions '${supported.keys}'."
)
}

Expand Down

0 comments on commit 42f2bb9

Please sign in to comment.