Skip to content

Commit

Permalink
Update src/cmd/cmd.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Claudio Cambra <[email protected]>
Signed-off-by: internet-memme <[email protected]>
  • Loading branch information
2 people authored and mgallien committed Dec 5, 2023
1 parent 4f7d42a commit 78fd325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/cmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ int main(int argc, char **argv)
// 2. From options
// 3. From netrc (if enabled)
// 4. From prompt (if interactive)
// 4. From environment (if non-interactive)
// 5. From environment (if non-interactive)

QString user = hostUrl.userName();
QString password = hostUrl.password();
Expand Down

0 comments on commit 78fd325

Please sign in to comment.