Skip to content

Commit 63cdbc9

Browse files
committed
Small format. Need to fix conflict
1 parent 7b5dedd commit 63cdbc9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/apphosting/repo.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,9 @@ async function createFullyInstalledConnection(
153153
const targetUri = conn.installationState.actionUri;
154154
utils.logBullet(targetUri);
155155
await utils.openInBrowser(targetUri);
156-
await input({
157-
message:
158-
"Press Enter once you have installed or configured the Cloud Build GitHub app to access your GitHub repo.",
159-
});
156+
await input(
157+
"Press Enter once you have installed or configured the Cloud Build GitHub app to access your GitHub repo.",
158+
);
160159
conn = await gcb.getConnection(projectId, location, connectionId);
161160
}
162161

0 commit comments

Comments
 (0)