Skip to content

Commit 2eb9657

Browse files
committed
modified the path of yaml config file
1 parent 4820506 commit 2eb9657

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

networks/solana/starship/test-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export interface LocalSolanaConfig {
1111

1212
// Read ports from networks/solana/starship/configs/config.yaml without external deps
1313
export function loadLocalSolanaConfig(): LocalSolanaConfig {
14-
const configPath = path.join(__dirname, '../configs/config.yaml');
14+
const configPath = path.join(__dirname, './configs/config.yaml');
1515
const content = fs.readFileSync(configPath, 'utf-8');
1616
const doc = parseYaml(content) as any;
1717

0 commit comments

Comments
 (0)