diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-04-03 17:57:08 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-03 17:57:08 +0900 |
| commit | 7561bed32a143184451d4e8c75ee7f5dc5cff36b (patch) | |
| tree | 00582dd53837ed8539536289f8cd8635ee0e9ab5 | |
| parent | aca59de88e87d81021c4e05f39a55013d068701f (diff) | |
| parent | ce2b8aa05e3445aed9134665e140fec781544530 (diff) | |
| download | mruby-7561bed32a143184451d4e8c75ee7f5dc5cff36b.tar.gz mruby-7561bed32a143184451d4e8c75ee7f5dc5cff36b.zip | |
Merge pull request #5399 from jbampton/fix-spelling
chore: fix spelling
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 9803bfa8d..8782f59aa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,7 +32,7 @@ environment: init: - call "%visualcpp%" %machine% - # For using Rubyins4aller's Ruby 2.6 64bit + # For using RubyInstaller's Ruby 2.6 64bit # 2.6 is the highest supported Ruby version across all historical # Visual Studio AppVeyor images. Ruby 2.7 is only on the 2019 image. - set PATH=C:\Ruby26-x64\bin;%PATH% |
