Skip to content

Commit

Permalink
fixup! update stage 3 proposal data
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekNonGeneric committed Feb 2, 2021
1 parent 2a35c2a commit 82a99e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tasks/sync-proposal-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ function json2yaml(buffer:Uint8Array, options:yaml.DumpOptions):Uint8Array {
* Gets the proposal short description.
*
* First checks `stage3.yml` for pre-existing short description. If present,
* uses that. If missing, prompts the user for a short description.
* uses that. If missing, fetches them from the GitHub repo.
*/
async function getShortDescription(prpslId:string):Promise<(string | undefined)> {
let description = undefined;
Expand Down

0 comments on commit 82a99e4

Please sign in to comment.