File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
spec/approvals/refinements/compose Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ def compose(keyword = 'import')
24
24
def safe_load_yaml ( path )
25
25
loaded = YAML . load_file path
26
26
return loaded if loaded . is_a? Array or loaded . is_a? Hash
27
- raise Bashly ::ConfigurationError , "Cannot find a valid YAML in ' #{ path } ' "
27
+ raise Bashly ::ConfigurationError , "Cannot find a valid YAML in !txtgrn! #{ path } "
28
28
29
29
rescue Errno ::ENOENT
30
- raise Bashly ::ConfigurationError , "Cannot find import file ' #{ path } ' "
30
+ raise Bashly ::ConfigurationError , "Cannot find import file !txtgrn! #{ path } "
31
31
end
32
32
end
33
33
Original file line number Diff line number Diff line change 1
- #<Bashly::ConfigurationError: Cannot find a valid YAML in ' examples/minimal/src/root_command.sh' >
1
+ #<Bashly::ConfigurationError: Cannot find a valid YAML in !txtgrn! examples/minimal/src/root_command.sh>
Original file line number Diff line number Diff line change 1
- #<Bashly::ConfigurationError: Cannot find import file ' no-such-file.yml' >
1
+ #<Bashly::ConfigurationError: Cannot find import file !txtgrn! no-such-file.yml>
You can’t perform that action at this time.
0 commit comments