Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akrambek committed Jan 9, 2025
1 parent 8fc8058 commit 364bc5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ write flush
read advised zilla:flush ${pgsql:flushEx()
.typeId(zilla:id("pgsql"))
.completion()
.tag("FLUSH_COMPLETE")
.tag("FLUSH")
.build()
.build()}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ read "FLUSH;"
write advise zilla:flush ${pgsql:flushEx()
.typeId(zilla:id("pgsql"))
.completion()
.tag("FLUSH_COMPLETE")
.tag("FLUSH")
.build()
.build()}

Expand Down

0 comments on commit 364bc5f

Please sign in to comment.