summaryrefslogtreecommitdiffstats
path: root/ipaplatform/base/paths.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipaplatform/base/paths.py')
-rw-r--r--ipaplatform/base/paths.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaplatform/base/paths.py b/ipaplatform/base/paths.py
index 585a5d26e..62d9e703d 100644
--- a/ipaplatform/base/paths.py
+++ b/ipaplatform/base/paths.py
@@ -25,7 +25,7 @@ This base platform module exports default filesystem paths.
class BasePathNamespace(object):
BASH = "/bin/bash"
BIN_FALSE = "/bin/false"
- BIN_HOSTNAME = "/bin/hostname"
+ BIN_HOSTNAMECTL = "/bin/hostnamectl"
LS = "/bin/ls"
SH = "/bin/sh"
SYSTEMCTL = "/bin/systemctl"