Skip to content

Commit

Permalink
Fixed the way notes are fetched on init
Browse files Browse the repository at this point in the history
  • Loading branch information
laughedelic committed Mar 31, 2014
1 parent e830f87 commit 55ab05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gtm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# GNU General Public License version 3 or any later version, incorporated
# herein by reference.

VERSION="0.9.2"
VERSION="0.9.3"

export GIT_NOTES_DISPLAY_REF="refs/notes/timetracker"

Expand Down Expand Up @@ -1117,7 +1117,7 @@ function gtm_config() {

green "Git task manager is configured\n"
echo "Trying to fetch and merge remote timetracker notes..."
git fetch origin notes/timetracker:notes/timetracker
git fetch origin $fetch
gtm merge
}

Expand Down

0 comments on commit 55ab05b

Please sign in to comment.