Skip to content

Commit

Permalink
It's not YOLO if it's a single word comment change.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceejbot committed May 24, 2023
1 parent 9e3c487 commit 3dfb671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/src/api/v1/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ async fn get_executable(
}
}

/// Fetch task manifest by name. The manifest is returned as json.
/// Fetch task manifest by name. The manifest is returned as toml.
async fn get_manifest(
Path(name): Path<String>,
State(_state): State<AppState>,
Expand Down

0 comments on commit 3dfb671

Please sign in to comment.