From 93bc016de0a43ac0d2ce243aaca416526091d8f1 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Thu, 22 Aug 2019 15:42:53 -0700 Subject: [PATCH] fix typo in example-get-started/generate.sh --- example-get-started/generate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-get-started/generate.sh b/example-get-started/generate.sh index b7458a56..d6d799a0 100755 --- a/example-get-started/generate.sh +++ b/example-get-started/generate.sh @@ -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