We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a9911 commit 6278274Copy full SHA for 6278274
lib/orchestrator_client/config.rb
@@ -75,7 +75,7 @@ def overrides_only
75
end
76
77
def load_token
78
- @config['token'] || File.open(config['token-file']) { |f| f.read }
+ @config['token'] || File.open(config['token-file']) { |f| f.read.strip }
79
80
81
def token
0 commit comments