This repository was archived by the owner on Mar 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
src/main/java/com/github/kattlo Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4949sudo chmod +x kattlo
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
3636}
3737
3838group ' com.github.kattlo'
39- version ' 0.2.0 '
39+ version ' 0.2.1 '
4040
4141compileJava {
4242 options. encoding = ' UTF-8'
Original file line number Diff line number Diff line change 3838@ Slf4j
3939public 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
You can’t perform that action at this time.
0 commit comments