mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-24 00:32:15 +00:00
open-coredump.sh allows us to specify --scylla-repo-path, but developer's remote repo name is not always "origin" -- the "origin" could be his/her own remote repo. not the one from which we want to pull from. so, in this change, assuming that the remote repo to be pulled from has been added to the local repo, we query the local repo for its name and pull using that name instead. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes #15220