Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 53a7515

Browse files
committed
Fix the default name of .kattlo file generated by init command
Signed-off-by: fabiojose <fabiojose@gmail.com>
1 parent 33a2c80 commit 53a7515

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ configurations for:
4343
### Linux Binary
4444

4545
```bash
46-
curl 'https://github.com/kattlo/kattlo-cli/releases/download/v0.2.0/kattlo-v0.2.0-linux' \
46+
curl 'https://github.com/kattlo/kattlo-cli/releases/download/v0.2.1/kattlo-v0.2.1-linux' \
4747
-o 'kattlo'
4848

4949
sudo chmod +x kattlo

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
}
3737

3838
group 'com.github.kattlo'
39-
version '0.2.0'
39+
version '0.2.1'
4040

4141
compileJava {
4242
options.encoding = 'UTF-8'

src/main/java/com/github/kattlo/EntryCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
@Slf4j
3939
public class EntryCommand {
4040

41-
private static final String DEFAULT_CONFIG_FILE = ".kattlo.yml";
41+
private static final String DEFAULT_CONFIG_FILE = ".kattlo.yaml";
4242

4343
private File configuration;
4444

0 commit comments

Comments
 (0)