summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2020-04-02 10:43:41 -0400
committerJoey Hess2020-04-02 10:43:41 -0400
commit9f4961291c66511bf386767eaaf33df6fbbc3390 (patch)
tree44a6c365fa6a015865b62cd6913f4ea40ddd3881 /src
parentf2bddc4d84eda3fa1f392c196580c2d3233c6e07 (diff)
-v is version not vendor
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index ed000054..214d6cc9 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -1299,7 +1299,7 @@ autoMountDrivePort label hp malias = propertyList desc $ props
svcbase = Systemd.escapePath mountpoint
selecthubport = unwords
[ "-p", show (hubPort hp)
- , "-v", hubVendor hp
+ , "-n", hubVendor hp
, "-l", hubLocation hp
]