fix copy-paste error

This commit is contained in:
Grega Vrbančič 2019-02-07 07:38:51 +01:00 committed by GitHub
parent 03cd2cceef
commit 365b58266f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
} }
}, },
"instructions": { "instructions": {
"start": "RabbitMQ is open source message broker software (sometimes called message-oriented middleware) that implements the Advanced Message Queuing Protocol (AMQP). The RabbitMQ server is written in the Erlang programming language and is built on the Open Telecom Platform framework for clustering and failover. Client libraries to interface with the broker are available for all major programming languages.\n\n Enter your Postgres Configuration parameters and click on next. It will take about a minute for the process to finish.", "start": "RabbitMQ is open source message broker software (sometimes called message-oriented middleware) that implements the Advanced Message Queuing Protocol (AMQP). The RabbitMQ server is written in the Erlang programming language and is built on the Open Telecom Platform framework for clustering and failover. Client libraries to interface with the broker are available for all major programming languages.\n\n Enter your RabbitMQ Configuration parameters and click on next. It will take about a minute for the process to finish.",
"end": "RabbitMQ is deployed and available as srv-captain--$$cap_appname:5672 to other apps." "end": "RabbitMQ is deployed and available as srv-captain--$$cap_appname:5672 to other apps."
}, },
"variables": [{ "variables": [{
@ -43,4 +43,4 @@
} }
] ]
} }