Skip to content

Commit

Permalink
[FIX] Version check URL
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Dec 6, 2024
1 parent 02ed4f6 commit da033fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sharg/detail/version_check.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class version_checker
// build up command for server call
std::string command = program + // no user defined input
" " + out_file.string() + " "
+ std::string{"https://seqan-update.informatik.uni-tuebingen.de/check/SeqAn-Sharg_"} +
+ std::string{"https://seqan-update.cs.uni-tuebingen.de/check/SeqAn-Sharg_"} +
#ifdef __linux
"Linux" +
#elif __APPLE__
Expand Down

0 comments on commit da033fe

Please sign in to comment.