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 Jul 15, 2018
1 parent 1121c80 commit f3c2817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/handlers/events/delivery/goals/k8s/launchGoalK8.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,4 @@ async function readKubernetesSpec(p: GitProject, name: string): Promise<string>
} else {
return undefined;
}
}
}
2 changes: 1 addition & 1 deletion src/handlers/events/delivery/goals/resetGoals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ export function tipOfBranch(repo: RepoBranchTips.Repo, branchName: string) {
throw new Error("Branch not found: " + branchName);
}
return branchData.commit.sha;
}
}

0 comments on commit f3c2817

Please sign in to comment.