From 30e44d99b7a68dcbd4255022b41de748a95012a4 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Fri, 20 Jul 2018 20:00:37 +0200 Subject: [PATCH] We rather want the GitHub commit list. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea8240d..64dabe3 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ endif ZIPCOMMENT := $(shell git rev-parse --short HEAD 2>$(NULLDEV)) ifeq ($(words $(ZIPCOMMENT)),1) - ZIPCOMMENT := https://github.com/cc65/ip65/commit/$(ZIPCOMMENT) + ZIPCOMMENT := https://github.com/cc65/ip65/commits/$(ZIPCOMMENT) else ZIPCOMMENT := N/A endif