From 7473e7e8cabca341bb6c2397d28d421b85df4403 Mon Sep 17 00:00:00 2001
From: tastytea
Date: Wed, 17 Apr 2019 08:37:37 +0200
Subject: [PATCH] Added download link to tarball to description.
---
src/main.cpp | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/main.cpp b/src/main.cpp
index f9d113b..dd2b4b9 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -187,8 +187,9 @@ int main(int argc, char *argv[])
" "
<< strtime(release["published_at"].asString()) << "\n"
" " << type << "
"
- << "\n" << release["body"].asString()
- << "\n
]]>\n";
+ << "\n" << release["body"].asString() << "\n"
+ << "
Download tarball" << "]]>\n";
cout << " \n";
}