Update git.ts

This commit is contained in:
JamesIves 2020-03-02 09:05:39 -05:00
parent d3f2c96fe4
commit 6493e2de76

View File

@ -6,7 +6,7 @@ import {
suppressSensitiveInformation
} from "./util";
/* Generates the branch if it doesn't exist on the remote. */
/* Initializes git in the workspace. */
export async function init(action: actionInterface): Promise<void | Error> {
try {
hasRequiredParameters(action);