aboutsummaryrefslogtreecommitdiff
path: root/server/hooks
diff options
context:
space:
mode:
authorShyam Sunder2020-06-05 10:54:32 -0400
committerShyam Sunder2020-06-05 10:54:32 -0400
commitc0d0c4c894093b114d4276f61bb7858b66eeaf65 (patch)
tree84ddef0120aa2ae20c128860cb34844933d6e9c8 /server/hooks
parent4f46619b919e7810e0b87f63e0d8c1134260b7b9 (diff)
client+server: normalize trailing newlines
Diffstat (limited to 'server/hooks')
-rwxr-xr-xserver/hooks/post_push2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/hooks/post_push b/server/hooks/post_push
index 74c19dd..81fc86c 100755
--- a/server/hooks/post_push
+++ b/server/hooks/post_push
@@ -16,4 +16,4 @@ add_tag "${CLOSEST_MAJOR_VER}.${CLOSEST_MINOR_VER}-edge"
if git describe --exact-match --abbrev=0 2> /dev/null; then
add_tag "${CLOSEST_MAJOR_VER}"
add_tag "${CLOSEST_MAJOR_VER}.${CLOSEST_MINOR_VER}"
-fi \ No newline at end of file
+fi

© 2015 - 2026 Jakob L. Kreuze