You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by el...@apache.org on 2022/09/07 11:26:29 UTC

[airflow] branch main updated: Fix typo of roles export command (#26195)

This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 00fd789258 Fix typo of roles export command (#26195)
00fd789258 is described below

commit 00fd789258b48d92b16294b598956db271bc7b3d
Author: Chenglong Yan <al...@gmail.com>
AuthorDate: Wed Sep 7 19:26:10 2022 +0800

    Fix typo of roles export command (#26195)
---
 airflow/cli/commands/role_command.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/cli/commands/role_command.py b/airflow/cli/commands/role_command.py
index 7a7126e787..51ba2d27d8 100644
--- a/airflow/cli/commands/role_command.py
+++ b/airflow/cli/commands/role_command.py
@@ -67,7 +67,7 @@ def roles_delete(args):
 @suppress_logs_and_warning
 def roles_export(args):
     """
-    Exports all the rules from the data base to a file.
+    Exports all the roles from the data base to a file.
     Note, this function does not export the permissions associated for each role.
     Strictly, it exports the role names into the passed role json file.
     """