Skip to content
This repository was archived by the owner on Jun 12, 2019. It is now read-only.

Commit 2a7e91f

Browse files
Caroline TwiggCaroline Twigg
authored andcommitted
remove try again: in message returned
1 parent 4fc675f commit 2a7e91f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/project/project.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ void Project::remote_add(string project_token){
199199
if(idx >= list.size()) {
200200
cin.clear();
201201
cin.ignore(1, '\n');
202-
cout << "Invalid choice. Valid numbers are [1-" << list_size << "]. Try again: ";
202+
cout << "Invalid choice. Valid numbers are [1-" << list_size << "].";
203203
return;
204204
} else {
205205
selected_org = list[idx]["id"].string_value();

0 commit comments

Comments
 (0)