Update docs/integrations/bitbucketServer/discovery.md

Accept @awanlin suggestion

Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
Signed-off-by: Kevin L. <kevin.lecouvey@gmail.com>
This commit is contained in:
Kevin L.
2024-07-18 17:31:17 -04:00
committed by GitHub
parent 9ed5ad817d
commit e4589ef403
@@ -22,7 +22,7 @@ You will have to add the entity provider in the catalog initialization code of y
backend. The provider is not installed by default, therefore you have to add a
dependency to `@backstage/plugin-catalog-backend-module-bitbucket-server` to your backend package.
```bash
```bash title="From your Backstage root directory"
# From your Backstage root directory
yarn --cwd packages/backend add @backstage/plugin-catalog-backend-module-bitbucket-server
```