Skip to content

Commit

Permalink
Merge pull request #2 from jorgifumi/patch-1
Browse files Browse the repository at this point in the history
Add compatibility with gitlab (and maybe others)
  • Loading branch information
Josh Holtz authored Mar 7, 2019
2 parents 8b873f9 + 3ebdba4 commit a3629ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/device_grid/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def run(public_key: nil, languages: nil, devices: nil, prefix_command: nil)
# To use the local fastlane instead of bundle
prefix_command = "./bin/" if FastlaneCore::Helper.test?

deep_link_matches = github.pr_body.match(/:link:\s(.*)/) # :link: emoji
deep_link_matches = git.pr_body.match(/:link:\s(.*)/) # :link: emoji
deep_link = deep_link_matches[1] if deep_link_matches

html = ""
Expand Down

0 comments on commit a3629ea

Please sign in to comment.