all time favorite semicolon error

This commit is contained in:
Osman Faruk Bayram 2025-01-14 00:24:29 +03:00
parent ba8d429eef
commit 9c66e81dd9

View file

@ -31,7 +31,7 @@
identityFile = "/home/osbm/.ssh/id_ed25519"; identityFile = "/home/osbm/.ssh/id_ed25519";
extraOptions = { extraOptions = {
"RemoteCommand" = "fish"; "RemoteCommand" = "fish";
} };
}; };
"ymir" = { "ymir" = {
hostname = "192.168.0.2"; hostname = "192.168.0.2";
@ -39,7 +39,7 @@
identityFile = "/home/osbm/.ssh/id_ed25519"; identityFile = "/home/osbm/.ssh/id_ed25519";
extraOptions = { extraOptions = {
"RemoteCommand" = "fish"; "RemoteCommand" = "fish";
} };
}; };
}; };
}; };