Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes wrong working directory for dotnet state management sample #2359

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ git clone https://github.com/dapr/quickstarts.git
In a terminal window, navigate to the `order-processor` directory.

```bash
cd pub_sub/csharp/sdk/order-processor
cd state_management/csharp/sdk/order-processor
```

Recall NuGet packages:
Expand Down Expand Up @@ -414,7 +414,7 @@ Install the dependencies:
mvn clean install
```

Run the `order-processor` publisher service alongside a Dapr sidecar.
Run the `order-processor` service alongside a Dapr sidecar.

```bash
dapr run --app-id order-processor --components-path ../../../components -- java -jar target/order-processor-0.0.1-SNAPSHOT.jar
Expand Down