Skip to content

Commit

Permalink
Make remote explicit in git fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
andralex committed Jan 2, 2013
1 parent 697ace8 commit 9079850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posix.mak
Expand Up @@ -18,7 +18,7 @@ DOC_OUTPUT_DIR=$(ROOT_DIR)/web
GIT_HOME=git@github.com:D-Programming-Language

# Latest released version
LATEST:=$(shell cd ${DMD_DIR} && git fetch --tags && \
LATEST:=$(shell cd ${DMD_DIR} && git fetch --tags git@github.com:D-Programming-Language/dmd && \
git tag | grep '^v[0-9]\.[0-9]*$$' | sed 's/^v//' | sort -nr | head -n 1)
$(info Current release: ${LATEST})
ROOT_DIR=$(shell pwd)
Expand Down

0 comments on commit 9079850

Please sign in to comment.