configs/smug: remove non-working command call

This commit is contained in:
Aaron Bieber 2024-02-18 17:52:17 -07:00
parent ceb3dc0202
commit 690dff9c10
No known key found for this signature in database

View File

@ -51,7 +51,7 @@ in
];
panes = [
{
commands = [ "mosh pwntie 'smug -f /etc/smug/ci.yml start'" ];
commands = [ "mosh pwntie" ];
}
];
}