Skip to content

Commit

Permalink
fix multi line commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-schndr committed Jun 21, 2024
1 parent aa3cb69 commit 34b40c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/deploy-development-rp.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
--template-file pkg/deploy/assets/databases-development.json \
--parameters \
"databaseAccountName=$DATABASE_ACCOUNT_NAME" \
"databaseName=$DATABASE_NAME"
"databaseName=$DATABASE_NAME" \
1>/dev/null
```
Expand Down
2 changes: 1 addition & 1 deletion hack/e2e/run-rp-and-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ deploy_e2e_db() {
--template-file pkg/deploy/assets/databases-development.json \
--parameters \
"databaseAccountName=$DATABASE_ACCOUNT_NAME" \
"databaseName=$DATABASE_NAME"
"databaseName=$DATABASE_NAME" \
>/dev/null

}
Expand Down

0 comments on commit 34b40c4

Please sign in to comment.