Skip to content

Commit 893fb41

Browse files
authored
Bugfix/Failed steps printer (#14)
* Updated failed test printer in setup.sh * Updated changelog
1 parent e65d67c commit 893fb41

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## [0.2.3] - 2022-02-11
6+
7+
### Fixed
8+
9+
- Fixed failed steps printer
10+
511
## [0.2.2] - 2022-02-08
612

713
### Updated

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ do
120120
done
121121

122122
# Print out final result message
123-
if [[ ${#bundler_build_errors[@]} == 0 ]]
123+
if [[ ${#steps_errors[@]} == 0 ]]
124124
then
125125
echo "${green}Congrats, your Ruby developer environment is ready${reset} 🚀"
126126
echo "Please reboot your OS for start developing!"

0 commit comments

Comments
 (0)