Skip to content

Commit

Permalink
Fix typo in generate_tool_definitions mgmt command (#2270)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottx611x committed Oct 27, 2017
1 parent 17abc94 commit 5a91856
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def handle(self, *args, **options):
def _ask_for_confirmation():
return raw_input("Are you sure you want to `--force`? This will "
"delete any existing ToolDefinitions with the "
"same name as any new ones you you're trying to "
"same name as any new ones you're trying to "
"import: [y/n]: ")

def _has_duplicates(self, tool_annotation):
Expand Down

0 comments on commit 5a91856

Please sign in to comment.