File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments