Skip to content
  • Cory Quammen's avatar
    exodus: less aggressive prefix matching · b397f318
    Cory Quammen authored
    The previous regular expression was too agressive in matching the
    prefix (.* matches everything). Change it so that we match up to the
    first period then match a generic extension.
    b397f318