Skip to content

Commit

Permalink
Move discord-bot-asl
Browse files Browse the repository at this point in the history
  • Loading branch information
raykrueger committed May 13, 2023
1 parent b3483c7 commit 217927f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/discord-state-machine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class DiscordStateMachine extends Construct {


const sm = new StateMachine(this, 'DiscordStateMachine', {
definition: JSON.parse(fs.readFileSync(path.join(__dirname, 'discord-bot-asl.json'), 'utf8').toString()),
definition: JSON.parse(fs.readFileSync(path.join(__dirname, '../resources/discord-bot-asl.json'), 'utf8').toString()),
overrides: {
DescribeServices: {
Parameters: {
Expand Down

0 comments on commit 217927f

Please sign in to comment.