Skip to content

Commit

Permalink
Testing for reals
Browse files Browse the repository at this point in the history
  • Loading branch information
garyluu committed Mar 25, 2019
1 parent bbd3058 commit fe428a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ public void setupClientEnvironment(List<String> args) {
INIConfiguration config = getIniConfiguration(args);
// pull out the variables from the config
String token = config.getString("token", "");
String serverUrl = config.getString("server-url", "https://www.dockstore.org/api");
String serverUrl = config.getString("server-url", "https://dockstore.org/api");
ApiClient defaultApiClient;
defaultApiClient = Configuration.getDefaultApiClient();
String cliVersion = getClientVersion();
Expand Down

0 comments on commit fe428a0

Please sign in to comment.