(Added) update label option for groups.

Added Drone CI/CD pipeline config.
This commit is contained in:
2023-04-01 11:32:26 +03:00
parent 9a40962408
commit 37319ca64c
6 changed files with 57 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ def label(
label = LabelPrompt.get_label_fzf()
if new_label is None:
question = "What is the [yellow b]new label of source[/]? "
question = "What is the [yellow b]new label of the source[/]? "
new_label = LabelPrompt.ask_uuid(question)
if Source.is_exist(label):