Bug 1473054 - Fix column alignment in geckodriver release instructions. r=me

MozReview-Commit-ID: 1gg4Z7XZPpS
This commit is contained in:
Andreas Tolfsen 2018-07-03 17:32:35 +01:00
Родитель 30077d5211
Коммит a42f634810
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -25,13 +25,13 @@ Release new in-tree dependency crates
geckodriver depends on a number of Rust crates that also live in
central by using relative paths:
[dependencies]
mozprofile = { path = "../mozbase/rust/mozprofile" }
[dependencies]
mozprofile = { path = "../mozbase/rust/mozprofile" }
mozrunner = { path = "../mozbase/rust/mozrunner" }
mozversion = { path = "../mozbase/rust/mozversion" }
webdriver = { path = "../webdriver" }
webdriver = { path = "../webdriver" }
Because we need to export the geckodriver source code to the old
GitHub repository when we release, we first need to publish these