mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-04-28 20:38:09 +00:00
importURL -> githubURL
This commit is contained in:
parent
84a4722061
commit
30acd01f62
@ -29,7 +29,7 @@ export interface GHSession extends GHRepoMetadata {
|
||||
paths? : string[];
|
||||
}
|
||||
|
||||
const README_md_template = "$NAME\n=====\n\n[Open this project in 8bitworkshop](http://8bitworkshop.com/redir.html?platform=$PLATFORM&importURL=$GITHUBURL&file=$MAINFILE).\n";
|
||||
const README_md_template = "$NAME\n=====\n\n[Open this project in 8bitworkshop](http://8bitworkshop.com/redir.html?platform=$PLATFORM&githubURL=$GITHUBURL&file=$MAINFILE).\n";
|
||||
|
||||
export function getRepos() : {[key:string]:GHRepoMetadata} {
|
||||
var repos = {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user