Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #428: Use a regexp to match for indirect status in IPFSPinStatusF… #436

Merged
merged 2 commits into from
May 27, 2018

Commits on May 26, 2018

  1. fix ipfs-cluster#428: Use a regexp to match for indirect status in IP…

    …FSPinStatusFromString()
    
    Since indirect pins are of the form `indirect through <cid>`, let's use
    a regexp to match them instead of an equality operator.
    
    License: MIT
    Signed-off-by: Lilith McMullen <iggnsthe@live.com>
    Laevos committed May 26, 2018
    Configuration menu
    Copy the full SHA
    e62c417 View commit details
    Browse the repository at this point in the history
  2. fixed formatting issues

    License: MIT
    Signed-off-by: Lilith McMullen <iggnsthe@live.com>
    Laevos committed May 26, 2018
    Configuration menu
    Copy the full SHA
    a3c77da View commit details
    Browse the repository at this point in the history