fix: first-service.md curl command is missing `bash` language (#4755)

This PR adds a missing `bash` language to the `curl` code block.
This commit is contained in:
Nick Mitchell 2022-02-17 06:12:12 -05:00 committed by GitHub
parent 1b6253fde4
commit c134804077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ First, deploy the Knative Service. This service accepts the environment variable
Ping your Knative Service by opening [http://hello.default.127.0.0.1.sslip.io](http://hello.default.127.0.0.1.sslip.io){target=_blank} in your browser of choice or by running the command:
```
```bash
curl http://hello.default.127.0.0.1.sslip.io
```