From 34a4961bfe27a03bf73a65c26eb37d4b5dcadee5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 2 Apr 2020 00:09:47 -0400 Subject: --location does not work with all versions, use -l --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Propellor') 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 -- cgit v1.2.3