Fix start hook
This commit is contained in:
parent
cce850661b
commit
0c63d98727
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ singleTermAppWithName :: String -> String -> Project
|
||||||
singleTermAppWithName name app = Project
|
singleTermAppWithName name app = Project
|
||||||
{ projectName = name
|
{ projectName = name
|
||||||
, projectDirectory = "/tmp"
|
, projectDirectory = "/tmp"
|
||||||
, projectStartHook = Just $ do safeSpawn term ["--command=\"zsh -c " <> app <>"\""]
|
, projectStartHook = Just $ do safeSpawn term ["--command=zsh -c " <> app]
|
||||||
}
|
}
|
||||||
|
|
||||||
singleAppWithName :: String -> String -> Project
|
singleAppWithName :: String -> String -> Project
|
||||||
|
|
Loading…
Add table
Reference in a new issue