diff options
| author | Shyam Sunder | 2020-06-05 10:54:32 -0400 |
|---|---|---|
| committer | Shyam Sunder | 2020-06-05 10:54:32 -0400 |
| commit | c0d0c4c894093b114d4276f61bb7858b66eeaf65 (patch) | |
| tree | 84ddef0120aa2ae20c128860cb34844933d6e9c8 /client/hooks/post_push | |
| parent | 4f46619b919e7810e0b87f63e0d8c1134260b7b9 (diff) | |
client+server: normalize trailing newlines
Diffstat (limited to 'client/hooks/post_push')
| -rwxr-xr-x | client/hooks/post_push | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/hooks/post_push b/client/hooks/post_push index 74c19dd..81fc86c 100755 --- a/client/hooks/post_push +++ b/client/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 |