Skip to content

Commit

Permalink
Autofix: tslint
Browse files Browse the repository at this point in the history
[atomist:generated]
  • Loading branch information
atomist-bot committed Jun 19, 2018
1 parent dd4c137 commit b918180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/delivery/build/local/LocalBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export abstract class LocalBuilder implements Builder {
buildNo: string,
context: HandlerContext,
credentials: ProjectOperationCredentials) {
if (configurationValue<boolean>("sdm.build.tag", true) === true) {
if (configurationValue<boolean>("sdm.build.tag", true)) {
const version = await readSdmVersion(push.owner, push.name, push.providerId, push.sha, id.branch, context);
if (version) {
await createTagForStatus(
Expand Down

0 comments on commit b918180

Please sign in to comment.