aboutsummaryrefslogtreecommitdiffstats
path: root/tool/pull-latest-mspec-spec
diff options
context:
space:
mode:
Diffstat (limited to 'tool/pull-latest-mspec-spec')
-rwxr-xr-xtool/pull-latest-mspec-spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/tool/pull-latest-mspec-spec b/tool/pull-latest-mspec-spec
index 6bb11018c5..dfd80582b3 100755
--- a/tool/pull-latest-mspec-spec
+++ b/tool/pull-latest-mspec-spec
@@ -10,9 +10,9 @@ rm -rf spec/mspec/.git
git add spec/mspec
git commit -m "Update to ruby/mspec@${commit}"
-rm -rf spec/rubyspec
-git clone --depth 1 https://github.com/ruby/spec.git spec/rubyspec
-commit=$(git -C spec/rubyspec log -n 1 --format='%h')
-rm -rf spec/rubyspec/.git
-git add spec/rubyspec
+rm -rf spec/ruby
+git clone --depth 1 https://github.com/ruby/spec.git spec/ruby
+commit=$(git -C spec/ruby log -n 1 --format='%h')
+rm -rf spec/ruby/.git
+git add spec/ruby
git commit -m "Update to ruby/spec@${commit}"