Skip to content

Commit

Permalink
Update linear installUrl in BrowsePluginsView
Browse files Browse the repository at this point in the history
  • Loading branch information
richardguerre committed Oct 10, 2024
1 parent d9e422e commit 7122923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/views/BrowsePluginsView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const PLUGINS: Plugin[] = [
slug: "linear",
description:
"Official Linear plugin for Flow, allowing you to manage your Linear issues directly from Flow.",
installUrl: "https://cdn.jsdelivr.net/gh/richardguerre/flow@c1dc94b/plugins/linear/out",
installUrl: "https://cdn.jsdelivr.net/gh/richardguerre/flow@d9e422e/plugins/linear/out",
version: "0.1.0",
authors: [{ name: "Flow", avatarUrl: "FlowIcon.svg" }],
},
Expand Down

0 comments on commit 7122923

Please sign in to comment.