Skip to content

Commit

Permalink
refactor: don't alias
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Apr 12, 2024
1 parent c6a3d55 commit c7ada7b
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
@@ -1,4 +1,4 @@
import {upgradeCommon as commonUpgradeSteps, skipUpgrade} from './_common';
import {commonUpgradeSteps, skipUpgrade} from './_common';
import {PLUGIN_REPO_PERMISSIONS} from '@aragon/osx-commons-sdk';
import {BytesLike} from 'ethers';
import {DeployFunction} from 'hardhat-deploy/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/deploy/30_upgrade_repo/_common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type Result = {
latest: SemVer;
};

export async function upgradeCommon(
export async function commonUpgradeSteps(
hre: HardhatRuntimeEnvironment
): Promise<Result> {
const [deployer] = await hre.ethers.getSigners();
Expand Down

0 comments on commit c7ada7b

Please sign in to comment.