Skip to content

Commit 20ffdab

Browse files
committed
Make executable, fix error message
Signed-off-by: Matthias Büchse <[email protected]>
1 parent 5ff4bda commit 20ffdab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/kaas/k8s-default-storage-class/k8s-default-storage-class-check.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def main(argv):
341341
if opt[0] == "-d" or opt[0] == "--debug":
342342
logging.getLogger().setLevel(logging.DEBUG)
343343
if not kubeconfig:
344-
logger.critical("You need to have OS_CLOUD set or pass --kubeconfig=CLOUD.")
344+
logger.critical("You need to pass --kubeconfig=CLOUD.")
345345
return 2
346346

347347
with TestEnvironment(kubeconfig) as env:

0 commit comments

Comments
 (0)