From ab08f0b28b2851063e273f5f8073b575a4d17083 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Thu, 14 Jan 2016 00:29:54 -0800 Subject: [PATCH] Remove unnecessary pre-build command --- dub.json | 1 - 1 file changed, 1 deletion(-) diff --git a/dub.json b/dub.json index 6db7ca4..b1fb49d 100644 --- a/dub.json +++ b/dub.json @@ -5,7 +5,6 @@ "authors": ["Brian Schott"], "license" : "Boost Software License - Version 1.0", "targetType": "executable", - "preBuildCommands": ["git log -1 --format='%H' > githash.txt"], "versions": ["built_with_dub"], "dependencies": { "libdparse": "~>0.3.0",