Skip to content

Commit 8cb0d46

Browse files
committed
Add lets prefix logging
1 parent 2b37322 commit 8cb0d46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/init.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ setup() {
1010
run lets --init
1111
assert_success
1212
[[ -f lets.yaml ]]
13-
assert_line --index 0 "lets.yaml created in the current directory"
13+
assert_line --index 0 "lets: lets.yaml created in the current directory"
1414
run lets hello bro
1515
assert_success
1616
assert_line --index 0 "Hello, bro!"

0 commit comments

Comments
 (0)