Skip to content

Commit b8c2171

Browse files
committed
Merge pull request #6 from JESii/master
Fix heroku deprecation
2 parents e657a55 + c15fbf6 commit b8c2171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class Heroku::Command::Sendgrid < Heroku::Command::Base
22
def index
3-
app = extract_app
3+
app = app
44
date = Hash.new
55

66
args.each do |arg|

0 commit comments

Comments
 (0)