Skip to content

Commit

Permalink
semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
dontlaugh committed Jun 1, 2024
1 parent 93d36eb commit 8da0580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Website/plugins/typegraph/add-type-graph.raku
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sub ($pp, %options) {
and ( +'typegraphs'.IO.dir > 1 )
)
{
say "WE ARE GENERATING TYPEGRAPHS SORRY"
say "WE ARE GENERATING TYPEGRAPHS SORRY";
note 'Generating Typegraphs' unless %options<no-status>;
mkdir 'typegraphs' unless 'typegraphs'.IO ~~ (:e & :d) | :s;
my $viz = Doc::TypeGraph::Viz.new;
Expand Down

0 comments on commit 8da0580

Please sign in to comment.