summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2020-04-02 00:09:47 -0400
committerJoey Hess2020-04-02 00:09:47 -0400
commit34a4961bfe27a03bf73a65c26eb37d4b5dcadee5 (patch)
tree4b2aaf3b569584d908697fb36fb3a7da8a0fdf03
parentf0cfbfb0092e2fb32d7a28c4a68e376a780742b9 (diff)
--location does not work with all versions, use -l
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 42097e62..0c3f519c 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -1335,8 +1335,8 @@ autoMountDrive label hp malias = propertyList desc $ props
]
selecthubport = unwords
[ "-p", show (hubPort hp)
- , "--vendor", hubVendor hp
- , "--location", hubLocation hp
+ , "-v", hubVendor hp
+ , "-l", hubLocation hp
]
rsyncNetBorgRepo :: String -> [Borg.BorgRepoOpt] -> Borg.BorgRepo