Skip to content

Commit 2ebe212

Browse files
authored
Merge pull request #258 from eseiler/fix/version_check
[FIX] Version check URL
2 parents 02ed4f6 + ec700f4 commit 2ebe212

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/sharg/detail/version_check.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ class version_checker
188188
// build up command for server call
189189
std::string command = program + // no user defined input
190190
" " + out_file.string() + " "
191-
+ std::string{"https://seqan-update.informatik.uni-tuebingen.de/check/SeqAn-Sharg_"} +
191+
+ std::string{"https://seqan-update.cs.uni-tuebingen.de/check/SeqAn-Sharg_"} +
192192
#ifdef __linux
193193
"Linux" +
194194
#elif __APPLE__
@@ -343,10 +343,10 @@ class version_checker
343343
This app can look for updates automatically in the background,
344344
do you want to do that?
345345
346-
[a] Always perform version checks for this app (the default).
346+
[a] Always perform version checks for this app.
347347
[n] Never perform version checks for this app.
348348
[y] Yes, perform a version check now, and ask again tomorrow.
349-
[s] Skip the version check now, but ask again tomorrow.
349+
[s] Skip the version check now, but ask again tomorrow (the default).
350350
351351
Please enter one of [a, n, y, s] and press [RETURN].
352352

0 commit comments

Comments
 (0)