summaryrefslogtreecommitdiff
path: root/Assistant/WebApp/Types.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-02 15:21:40 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-02 15:27:00 -0400
commit97ce4d24cb15aa20fe7fe510a656ca3ba2718fb4 (patch)
treeb653e33f0905aac093aa1c7f412641359173e3fd /Assistant/WebApp/Types.hs
parent6623a51cf9a5284d8fb9b883b499d8eb8a6381c8 (diff)
adding ssh remote working
Rsync remote still needs work
Diffstat (limited to 'Assistant/WebApp/Types.hs')
-rw-r--r--Assistant/WebApp/Types.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant/WebApp/Types.hs b/Assistant/WebApp/Types.hs
index 26b73af9d..990e6bc48 100644
--- a/Assistant/WebApp/Types.hs
+++ b/Assistant/WebApp/Types.hs
@@ -74,6 +74,7 @@ data SshData = SshData
{ sshHostName :: Text
, sshUserName :: Maybe Text
, sshDirectory :: Text
+ , sshRepoName :: String
, pubKey :: Maybe PubKey
, rsyncOnly :: Bool
}