Skip to content

Commit 5e16813

Browse files
committed
updated eim logs path for linux
1 parent 98cfb66 commit 5e16813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/com.espressif.idf.core/src/com/espressif/idf/core/bug/BugReportGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ private File getEimLogPath()
118118
eimPath = System.getProperty("user.home"); //$NON-NLS-1$
119119
if (!StringUtil.isEmpty(eimPath))
120120
{
121-
eimPath = eimPath + "/.local/share/.eim/logs"; //$NON-NLS-1$
121+
eimPath = eimPath + "/.local/share/eim/logs"; //$NON-NLS-1$
122122
}
123123
break;
124124
default:

0 commit comments

Comments
 (0)