Skip to content

Commit

Permalink
Correct type of showEnvVarsInLog
Browse files Browse the repository at this point in the history
  • Loading branch information
elhoangvu committed Feb 11, 2023
1 parent 0b3d8b6 commit 9ed1a36
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ public void serializeInto(XcodeprojSerializer s) {
shellScriptString = new NSString(shellScript);
}
s.addField("shellScript", shellScriptString);

s.addField("showEnvVarsInLog", showEnvVarsInLog ? 1 : 0);
s.addField("showEnvVarsInLog", showEnvVarsInLog);
}

/** Converts List of Strings into NSArray of NSStrings */
Expand Down

0 comments on commit 9ed1a36

Please sign in to comment.