summarylogtreecommitdiffstats
path: root/discord-chat-exporter-cli
diff options
context:
space:
mode:
authorpegasis2020-09-20 01:23:34 -0400
committerpegasis2020-09-20 01:23:34 -0400
commit2617d5064020d58b2f83b24ad99fe5537322a625 (patch)
treeff0c8c66b6ea9e4986db58b2de3572e82b8bf517 /discord-chat-exporter-cli
parent72db0aab61a90114daa55bc1fca31a2b6f1d1fb6 (diff)
downloadaur-2617d5064020d58b2f83b24ad99fe5537322a625.tar.gz
fix launch script
Diffstat (limited to 'discord-chat-exporter-cli')
-rw-r--r--discord-chat-exporter-cli2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord-chat-exporter-cli b/discord-chat-exporter-cli
index 55037069277a..360759ddcbbc 100644
--- a/discord-chat-exporter-cli
+++ b/discord-chat-exporter-cli
@@ -1,2 +1,2 @@
#! /bin/sh
-/usr/bin/dotnet /opt/DiscordChatExporterCLI/DiscordChatExporter.Cli.dll "$@" \ No newline at end of file
+/usr/bin/dotnet /opt/discord-chat-exporter-cli/DiscordChatExporter.Cli.dll "$@" \ No newline at end of file