summaryrefslogtreecommitdiff
path: root/pkg/scripts/leap_client_bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/scripts/leap_client_bootstrap.sh')
-rw-r--r--pkg/scripts/leap_client_bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/scripts/leap_client_bootstrap.sh b/pkg/scripts/leap_client_bootstrap.sh
index 6c302d3f..dcde64f9 100644
--- a/pkg/scripts/leap_client_bootstrap.sh
+++ b/pkg/scripts/leap_client_bootstrap.sh
@@ -38,7 +38,7 @@ pip install -e 'git://leap.se/leap_client@develop#egg=leap-client'
cd leap-client-testbuild
-# symlink the pyqt libraries to the system libs
+# symlink the pyside libraries to the system libs
./src/leap-client/pkg/postmkvenv.sh
echo "${cc_green}leap-client installed! =)"