Skip to content

Commit fad700e

Browse files
committed
use env.defaults not .env.defaults
1 parent 0267286 commit fad700e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/core/quarto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const quartoConfig = {
3939
dotenv: async (): Promise<DotenvConfig> => {
4040
if (!dotenvConfig) {
4141
const options: ConfigOptions = {
42-
defaults: join(quartoConfig.sharePath(), "env", ".env.defaults"),
42+
defaults: join(quartoConfig.sharePath(), "env", "env.defaults"),
4343
};
4444
if (quartoConfig.isDebug()) {
4545
options.path = join(quartoConfig.sharePath(), "..", "..", ".env");
File renamed without changes.

0 commit comments

Comments
 (0)