Skip to content

Commit 72925dc

Browse files
committed
Fix comment
1 parent 26bfc91 commit 72925dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gulp/tasks/payload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ async function uploadPayloadResults(database: firebaseAdmin.database.Database, c
142142
}
143143
}
144144

145-
/** Gets the last payload uploaded from previous Travis builds. */
145+
/** Gets payload results of the specified commit sha. */
146146
async function getPayloadResults(database: firebaseAdmin.database.Database, commitSha: string) {
147147
const snapshot = await database.ref('payloads').child(commitSha).once('value');
148148

0 commit comments

Comments
 (0)