Skip to content

Commit 8368b20

Browse files
committed
fix io send_message
1 parent 5d37115 commit 8368b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/astal/io/application.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public static void toggle_window_by_name(string instance, string window) {
159159
*/
160160
public static string send_message(string instance, string msg) {
161161
var rundir = Environment.get_user_runtime_dir();
162-
var socket_path = @"$rundir/astal/$instance_name.sock";
162+
var socket_path = @"$rundir/astal/$instance.sock";
163163
var client = new SocketClient();
164164

165165
try {

0 commit comments

Comments
 (0)