Skip to content

Commit

Permalink
make it non-greedy
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastyBlacksmith committed Aug 17, 2023
1 parent 8b36d44 commit 5ca4c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ end

@everywhere function fix_activation_output(str)
str = replace(str, r"~/.*/projects/trebuchet" => "~/projects/trebuchet")
str = replace(str, r".*Updating registry (?:\n|.)*````" => "````")
str = replace(str, r".*Updating registry ((?:\n|.)*?)````" => "````")
return str
end

Expand Down

0 comments on commit 5ca4c1c

Please sign in to comment.