about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xdscip2
1 files changed, 1 insertions, 1 deletions
diff --git a/dscip b/dscip
index 682ebe7..6f3f542 100755
--- a/dscip
+++ b/dscip
@@ -52,7 +52,7 @@ build () {
 	# Print variables #
 	{
 		echo "################################################################################";
-		printf "%s" "$(date) | $DSCIP_NAME"
+		printf "%s" "$(date) | $DSCIP_NAME | $CURRENT_COMMIT"
 		echo "################################################################################";
 		echo "DSCIP_GITREPO=$DSCIP_GITREPO";
 		echo "DSCIP_GITMODE=$DSCIP_GITMODE";