Skip to content

Commit

Permalink
Use another rb-readline fork (#661)
Browse files Browse the repository at this point in the history
The previous one is no longer available.
  • Loading branch information
deivid-rodriguez committed Apr 11, 2020
1 parent 3f0322a commit 02e34ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
cmd /c ruby-setup.exe /verysilent /dir=C:/Ruby$env:ruby_version
}
- git clone -q --depth=5 --no-tags --branch=byebug https://github.com/MSP-greg/rb-readline.git C:\rb-readline
- git clone -q --depth=5 --no-tags --branch=byebug https://github.com/deivid-rodriguez/rb-readline.git C:\rb-readline

- ps: $env:ruby_abi_vers = (&ruby.exe -e "puts RbConfig::CONFIG['ruby_version']" | Out-String).Trim()
- set n_dir=C:\Ruby%ruby_version%\lib\ruby\site_ruby\%ruby_abi_vers%
Expand Down

2 comments on commit 02e34ea

@MSP-Greg
Copy link
Collaborator

Choose a reason for hiding this comment

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

@deivid-rodriguez

My apologies for that. I got an email, and went 'What?'. The GitHub page says I was in the repo at 13:18 on 20-Mar. I've always considered it 'DO NOT TOUCH', as I know you used it here. I don't know what or why, but I must have cleaned what I thought were extra branches, but 'byebug' is pretty clear? I've got TFA, so it had to be me? Again, sorry.

@deivid-rodriguez
Copy link
Owner Author

Choose a reason for hiding this comment

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

No problem at all @MSP-Greg, it's no big deal!

Please sign in to comment.