Skip to content

Commit d96ae30

Browse files
Make command in PowerShell executable
1 parent c277022 commit d96ae30

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)