Skip to content

Commit

Permalink
Fix protocol version
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth committed Nov 8, 2023
1 parent 2edf9f1 commit 38cbccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/osxUpdates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class OsxUpdates {
? version.join('.')
: version;

return processedVersion ? `Aragon OSx v${version}` : undefined;
return processedVersion ? `Aragon OSx v${processedVersion}` : undefined;
};

getPluginVersion = (version?: VersionTag): string | undefined => {
Expand Down

0 comments on commit 38cbccd

Please sign in to comment.