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