Skip to content

Commit 66038ba

Browse files
Merge pull request #266260 from ktimofejev-msft/patch-1
Make command in PowerShell executable
2 parents c277022 + d96ae30 commit 66038ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/sms/includes/send-sms-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,5 +216,5 @@ You can use the `setTag` method to apply a tag to the delivery report.
216216
- **PowerShell**
217217

218218
```PowerShell
219-
mvn exec:java "-Dexec.mainClass="com.communication.quickstart.App"" "-Dexec.cleanupDaemonThreads=false"
219+
mvn exec:java "-Dexec.mainClass=com.communication.quickstart.App" "-Dexec.cleanupDaemonThreads=false"
220220
```

0 commit comments

Comments
 (0)