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

Incorrect tar command in one-liner example from getting_started.md #258

Merged
merged 1 commit into from
Jan 24, 2019
Merged

Incorrect tar command in one-liner example from getting_started.md #258

merged 1 commit into from
Jan 24, 2019

Conversation

danielkay
Copy link
Contributor

Running the bash one-liner without modification yields the following:

tar: Archive is compressed. Use -z option
tar: Error is not recoverable: exiting now

There is a missing z in the tar arguments. Adding this allows the command to complete successfully.

Description

Readiness checklist

Running the bash one-liner without modification yields the following:
```
tar: Archive is compressed. Use -z option
tar: Error is not recoverable: exiting now
```

There is a missing z in the `tar` arguments. Adding this allows the command to complete successfully.
Copy link
Member

@labbati labbati left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for noticing it! Great catch!

@labbati labbati added this to the 0.11.0 milestone Jan 24, 2019
@labbati labbati added 🏘 community Contributions from the general community cat:docs labels Jan 24, 2019
@labbati labbati merged commit 0c1923e into DataDog:master Jan 24, 2019
@labbati labbati changed the title Update getting_started.md Incorrect tar command in one-liner example from getting_started.md Jan 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:docs 🏘 community Contributions from the general community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants