Skip to content

Commit b37381c

Browse files
committed
fixup: GW
1 parent 3c829eb commit b37381c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ide/jetbrains/gateway-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ tasks.register("installPlugin") {
195195

196196
// Example for macOS ~/Library/Application Support/JetBrains/JetBrainsGateway2024.3/plugins
197197
//
198-
// JB_GATEWAY_PLUGINS_DIR=/Users/hwen/Library/Application\ Support/JetBrains/JetBrainsGateway2024.3/plugins
198+
// JB_GATEWAY_PLUGINS_DIR=/Users/hwen/Library/Application Support/JetBrains/JetBrainsGateway2024.3/plugins
199199
val gatewayPluginsDir = System.getenv("JB_GATEWAY_PLUGINS_DIR")
200200
if (gatewayPluginsDir.isNullOrEmpty()) {
201201
throw GradleException("Found no JB_GATEWAY_PLUGINS_DIR environment variable")

0 commit comments

Comments
 (0)