We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51e8fe commit a229e27Copy full SHA for a229e27
src/commands/logs/list.rs
@@ -77,7 +77,7 @@ pub(super) fn execute(args: ListLogsArgs) -> Result<()> {
77
78
let api = Api::current();
79
80
- // Pass numeric project IDs as project parameter, otherwise pass as query string -
+ // Pass numeric project IDs as project parameter, otherwise pass as query string -
81
// current API does not support project slugs as a parameter.
82
let (query, project_id) = if is_numeric_project_id(project) {
83
(Cow::Borrowed(&args.query), Some(project.as_str()))
0 commit comments