Skip to content

Commit

Permalink
Address PR comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Rabi Panda <adnapibar@gmail.com>
  • Loading branch information
adnapibar committed Apr 8, 2021
1 parent fe2f3a4 commit a743aab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ private Path download(Terminal terminal, String pluginId, Path tmpDir, boolean i
pluginId,
Platforms.PLATFORM_NAME
);
terminal.println("-> Downloading " + pluginId + " from elastic");
terminal.println("-> Downloading " + pluginId + " from opensearch");
return downloadAndValidate(terminal, url, tmpDir, true, isBatch);
}

Expand Down

0 comments on commit a743aab

Please sign in to comment.