Skip to content

Commit 789612d

Browse files
authored
Merge pull request #43 from sato11/fix-typo-bunde
Replace typo bunde with bundle at sidekiq command
2 parents 52505b7 + e9854ad commit 789612d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/generators/templates/docker-compose.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ services:
8282

8383
sidekiq:
8484
build: .
85-
command: bunde exec sidekiq
85+
command: bundle exec sidekiq
8686
environment:
8787
- RAILS_MASTER_KEY=$RAILS_MASTER_KEY
8888
- REDIS_URL=redis://redis-db:6379

test/results/sidekiq/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ services:
3838

3939
sidekiq:
4040
build: .
41-
command: bunde exec sidekiq
41+
command: bundle exec sidekiq
4242
environment:
4343
- RAILS_MASTER_KEY=$RAILS_MASTER_KEY
4444
- REDIS_URL=redis://redis-db:6379

0 commit comments

Comments
 (0)