Skip to content

Commit

Permalink
fix(timestamp): correct variable
Browse files Browse the repository at this point in the history
  • Loading branch information
khuei committed Jan 3, 2021
1 parent 99e23f6 commit 7973dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timestamp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ push() {
}

fetch() {
git fetch "origin" "refs/notes/$TSA_BLOBREF:refs/notes/$BLOBREF"
git fetch "origin" "refs/notes/$TSA_BLOBREF:refs/notes/$TSA_BLOBREF"
}

main() {
Expand Down

0 comments on commit 7973dbe

Please sign in to comment.