Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
dag reserialize
not calling bundle initialize (apache#46355)
Some bundle types, like git, require that `initialize` is called before you can call other methods, like `get_current_version`. This was missed when introducing `initialize` though.
- Loading branch information