Skip to content

Commit

Permalink
fix typo in example-get-started/generate.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Aug 22, 2019
1 parent b5bf116 commit 93bc016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-get-started/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ mkdir data
wget https://data.dvc.org/get-started/data.xml -O data/data.xml
dvc add data/data.xml
git add data/.gitignore data/data.xml.dvc
git commit -m "Add raw data with to project"
git commit -m "Add raw data to project"
git tag -a "3-add-file" -m "Data file added."
dvc push

Expand Down

4 comments on commit 93bc016

@jorgeorpinel
Copy link
Contributor Author

@jorgeorpinel jorgeorpinel commented on 93bc016 Aug 22, 2019

Choose a reason for hiding this comment

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

@shcheklein FYI I pushed this hot fix directly to master. Will regenerate https://github.com/iterative/example-get-started soon...

@shcheklein
Copy link
Member

Choose a reason for hiding this comment

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

@jorgeorpinel 👍 no need to even notify me about typos like this :)

@jorgeorpinel
Copy link
Contributor Author

@jorgeorpinel jorgeorpinel commented on 93bc016 Aug 23, 2019

Choose a reason for hiding this comment

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

OK. Well now I did a few slightly more significant updates in c37bf05 and actually regenerated https://github.com/iterative/example-get-started. This is all part of finishing iterative/dvc.org#555 BTW.

@shcheklein
Copy link
Member

Choose a reason for hiding this comment

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

@jorgeorpinel looks good, check the comment I left there re the 9-bigrams tag

Please sign in to comment.