Skip to content

Commit cb33c04

Browse files
Update .github/copilot-instructions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fb465ac commit cb33c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jruby -S gem build logstash-output-kusto.gemspec
5252

5353
**Full build sequence (from scratch):**
5454
```sh
55-
bundle install && ./gradlew vendor && jruby -S bundle exec rspec && jruby -S gem build *.gemspec
55+
jruby -S bundle install && ./gradlew vendor && jruby -S bundle exec rspec && jruby -S gem build *.gemspec
5656
```
5757

5858
## Running Locally

0 commit comments

Comments
 (0)