Skip to content

Commit

Permalink
Bump minor version and tweak deploy script.
Browse files Browse the repository at this point in the history
  • Loading branch information
dllewellyn committed Sep 30, 2023
1 parent 90f49a3 commit bd93a4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import java.io.File
* @param fileName configuration file url
*/
fun configurationParser(fileName: File) =
Json.decodeFromString(
Json.decodeFromString<SafeToRunConfiguration>(
SafeToRunConfiguration.serializer(),
fileName.readText(),
)
Expand Down

0 comments on commit bd93a4b

Please sign in to comment.