aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index 8d0e690..9e4de90 100644
--- a/alias
+++ b/alias
@@ -113,7 +113,7 @@ github_api() {
113} 113}
114gcg() { 114gcg() {
115 local user=$1; local repo=$2; shift; shift 115 local user=$1; local repo=$2; shift; shift
116 git clone git@github.com:$user/$repo.git $@ && cd $(basename $repo) $* 116 git clone git@github.com:$user/$repo.git $@ && cd $(basename $repo)
117} 117}
118release() { 118release() {
119 command="github-release.sh\n github_api_token=$GITHUB_API_TOKEN\n repo=typebrook/mapstew\n tag=daily-taiwan-pbf\n type=asset\n filename=taiwan-latest.osm.pbf\n action=upload|overwrite|rename|delete\n extra=" 119 command="github-release.sh\n github_api_token=$GITHUB_API_TOKEN\n repo=typebrook/mapstew\n tag=daily-taiwan-pbf\n type=asset\n filename=taiwan-latest.osm.pbf\n action=upload|overwrite|rename|delete\n extra="