Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ReikanYsora committed Aug 18, 2023
1 parent f6616a4 commit 3be557e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
internal class PipelineListMessage : BaseOutgoingMessage
{
public PipelineListMessage()
: base("assist_pipeline / pipeline / list")
: base("assist_pipeline/pipeline/list")
{
}
}
Expand Down

0 comments on commit 3be557e

Please sign in to comment.