scm daemon: fix spelling

Reviewed By: markbt

Differential Revision: D9194901

fbshipit-source-id: 1f077a5778bee2d2b1f62b2d10beff3dd3365471
This commit is contained in:
Liubov Dmitrieva 2018-08-07 06:30:56 -07:00 committed by Facebook Github Bot
parent a95d4c0118
commit d2be4f57d0

View File

@ -172,7 +172,7 @@ pub fn read_access_token(user_token_path: &Option<PathBuf>) -> Result<String> {
// try to read token from secrets tool
if token.is_none() {
// try to read from secrets_tool
info!("Reading commitcloud Oauth token from secrets_tool...");
info!("Reading commitcloud OAuth token from secrets_tool...");
let user = env::var("USER")?.to_uppercase();
let key = format!("COMMITCLOUD_{}", user);
let output = Command::new("secrets_tool")