Skip to content

Commit

Permalink
#5800: As per the review comments. moving the rebuild instruction to …
Browse files Browse the repository at this point in the history
…trouble shooting section.
  • Loading branch information
thavaahariharangit committed May 15, 2024
1 parent 722f22a commit f1c6dbf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,14 +366,14 @@ the issue, see <https://github.com/dependabot/cli/issues/113#issuecomment-161012

### Update/Rebuild cli

Before using the cli, always be sure that your cli and core projects are in sync
by rebuilding your cli for your ecosystem as below.
Before running the cli update, always be sure that your cli is in sync with core
by rebuilding cli as given below (example given for ecosystem `go_module`).

``` console
$ script/build go_modules
```

> ***Note***
> if dependabot core and cli are not in sync
> then You will be getting
> `ensure_equivalent_gemfile_and_lockfile` error
> If dependabot cli is not in sync with core
> then cli update against target repo will raise
> `ensure_equivalent_gemfile_and_lockfile` error.

0 comments on commit f1c6dbf

Please sign in to comment.