Skip to content

Commit 89a2bcf

Browse files
authored
chore: off-by-one directory error (#465)
Fixes # --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent ed26efc commit 89a2bcf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.projenrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ const toolkitLib = configureProject(
812812
module: 'NodeNext',
813813
},
814814
},
815-
nextVersionCommand: 'tsx ../../projenrc/next-version.ts maybeRc',
815+
nextVersionCommand: 'tsx ../../../projenrc/next-version.ts maybeRc',
816816
}),
817817
);
818818

packages/@aws-cdk/toolkit-lib/.projen/tasks.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)