Skip to content

Commit

Permalink
Update src/main/kotlin/nl/avisi/structurizr/site/generatr/GenerateSit…
Browse files Browse the repository at this point in the history
…eCommand.kt

Co-authored-by: Dirk Groot <[email protected]>
  • Loading branch information
pietermees and dirkgroot committed Aug 30, 2023
1 parent 368f275 commit 532f9da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class GenerateSiteCommand : Subcommand(
createStructurizrWorkspace(workspaceFileInRepo)
true
} catch (e: Exception) {
errorMessage = e.message ?: "Unknown error"
val errorMessage = e.message ?: "Unknown error"
println("Bad Branch $branch: $errorMessage")
false
}
Expand Down

0 comments on commit 532f9da

Please sign in to comment.