Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix invalid command line in the README of transfer-00-prerequisites #148

Closed
iwasakims opened this issue Nov 13, 2023 · 1 comment · Fixed by #149
Closed

Fix invalid command line in the README of transfer-00-prerequisites #148

iwasakims opened this issue Nov 13, 2023 · 1 comment · Fixed by #149
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@iwasakims
Copy link
Contributor

Bug Report

Describe the Bug

In the command line of README of transfer-00-prerequisites, extra | before -s causes error on copying from browser and pasting.

$ curl -H 'Content-Type: application/json' \
     -d @transfer/transfer-00-prerequisites/resources/dataplane/register-data-plane-provider.json \
     -X POST "http://localhost:19193/management/v2/dataplanes" | -s | jq
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (7) Failed to connect to localhost port 19193 after 0 ms: Connection refused
-s: command not found

Possible Implementation

Just removing the extra |.

@iwasakims iwasakims added bug Something isn't working documentation Improvements or additions to documentation labels Nov 13, 2023
Copy link

Thanks for your contribution 🔥 We will take a look asap 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant