Skip to content

Commit

Permalink
improve activation regex
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastyBlacksmith committed Aug 17, 2023
1 parent 32b7502 commit bb41a46
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 .*````" => "````")
str = replace(str, r"^.*Updating registry (?:\n|.)*````" => "````")
return str
end

Expand Down

0 comments on commit bb41a46

Please sign in to comment.