We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b4397 commit 3654c8aCopy full SHA for 3654c8a
1 file changed
bin/buffer
@@ -19,7 +19,7 @@ end
19
20
def main
21
token = Env.BUFFER_ACCESS_TOKEN
22
- profile = Integer(Env.BUFFER_PROFILE_ID)
+ profile = Integer(ENV.fetch('BUFFER_PROFILE_ID', "0"))
23
24
message = gather_message(ARGV)
25
client = Buffer::Client.new(token)
0 commit comments