Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
chore: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcodercrane committed Aug 2, 2023
1 parent 564d7a2 commit f6fa8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/private.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const parseYAML = (data?: string): WideConfig | undefined => {
};

export const getDefaultConfig = (): WideRepoConfig => {
const defaultConfig = readFileSync(`${__dirname}/../../../ubiquibot-config-default.yml`, "utf8");
const defaultConfig = readFileSync(`${__dirname}/../../ubiquibot-config-default.yml`, "utf8");
return parseYAML(defaultConfig) as WideRepoConfig;
};

Expand Down

0 comments on commit f6fa8ca

Please sign in to comment.