Skip to content

Commit cedc196

Browse files
Nivaldo Bondançafacebook-github-bot
authored andcommitted
Adjusted fat jar reference in website
Summary: We changed the name starting on v0.55, the classifier went from `jar-with-dependencies` to `with-dependencies`, but we forgot to update things here. Fixed now! Differential Revision: D79772885 fbshipit-source-id: 735034daa07b3e50c964eb979b4dd8110b7a4ffd
1 parent 5e06669 commit cedc196

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
1818
### Removed
1919
- Removed mvn build scripts
2020

21+
### Fixed
22+
- Corrected reference to jar in formatter website's command line instructions https://facebook.github.io/ktfmt/
2123

2224
## [0.56]
2325

website/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ <h3>Usage</h3>
181181
<code>java</code>:
182182
</p>
183183
<pre>
184-
$ wget https://repo1.maven.org/maven2/com/facebook/ktfmt/{{version}}/ktfmt-{{version}}-jar-with-dependencies.jar
185-
$ java -jar ktfmt-{{version}}-jar-with-dependencies.jar [--kotlinlang-style] [files...]
184+
$ wget https://repo1.maven.org/maven2/com/facebook/ktfmt/{{version}}/ktfmt-{{version}}-with-dependencies.jar
185+
$ java -jar ktfmt-{{version}}-with-dependencies.jar [--kotlinlang-style] [files...]
186186
</pre
187187
>
188188
</div>

0 commit comments

Comments
 (0)