Skip to content

Commit ae34334

Browse files
authored
Merge pull request #3839 from xuwei-k/docker-publish-local
Fix old sbt syntax
2 parents 3c973b5 + b57cd10 commit ae34334

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/running.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sbt stage
2020
Or as a [Docker](https://www.docker.com/) container:
2121

2222
```bash
23-
sbt docker:publishLocal
23+
sbt Docker/publishLocal
2424

2525
docker run -v $STEWARD_DIR:/opt/scala-steward -it fthomas/scala-steward:latest \
2626
--workspace "/opt/scala-steward/workspace" \

modules/docs/mdoc/running.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sbt stage
2020
Or as a [Docker](https://www.docker.com/) container:
2121

2222
```bash
23-
sbt docker:publishLocal
23+
sbt Docker/publishLocal
2424

2525
docker run -v $STEWARD_DIR:/opt/scala-steward -it fthomas/scala-steward:latest \
2626
--workspace "/opt/scala-steward/workspace" \

0 commit comments

Comments
 (0)