We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb465ac commit cb33c04Copy full SHA for cb33c04
.github/copilot-instructions.md
@@ -52,7 +52,7 @@ jruby -S gem build logstash-output-kusto.gemspec
52
53
**Full build sequence (from scratch):**
54
```sh
55
-bundle install && ./gradlew vendor && jruby -S bundle exec rspec && jruby -S gem build *.gemspec
+jruby -S bundle install && ./gradlew vendor && jruby -S bundle exec rspec && jruby -S gem build *.gemspec
56
```
57
58
## Running Locally
0 commit comments