From 90934a1bf47ccf15aa4c7fac4e93c969afea4fac Mon Sep 17 00:00:00 2001 From: Connor Braa Date: Wed, 7 Oct 2020 11:05:51 -0700 Subject: [PATCH] point story alias at CAKE tracker Authored-by: Connor Braa --- bin/story | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/story b/bin/story index c15a46e..49f1aec 100755 --- a/bin/story +++ b/bin/story @@ -6,7 +6,6 @@ get_stories() { "https://www.pivotaltracker.com/services/v5/projects/$project_id/stories?with_state=started" | tr '**' ' ')" echo $story_json | tr '\n' ' ' | jq '.[] | "#\(.id) \(.name)"' echo "No story" - } story_selector() { @@ -23,7 +22,7 @@ story_selector() { } story() { - project_id=966314; + project_id=2468497; story_selection="$(story_selector)" story_id="$(echo "$story_selection" | awk '{print $1;}' | sed s/\"//)" @@ -43,4 +42,4 @@ story() { git author $(git config git-together.active | sed -e 's/+/ /g') } -story \ No newline at end of file +story