File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ util.setup_mode() {
270
270
local project_root_dir=
271
271
if project_root_dir=" $( util.get_project_root_dir) " ; then
272
272
# Output to standard error because some subcommands may be scriptable (ex. list)
273
- log.info " Operating in local directory " >&2
273
+ log.info " Operating in context of local bpm.toml " >&2
274
274
275
275
BPM_ROOT=" $project_root_dir "
276
276
BPM_PREFIX=" $project_root_dir /bpm_packages"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ load 'util/init.sh'
7
7
8
8
run bpm echo " PWD"
9
9
assert_success
10
- assert_output -p " Operating in local directory "
10
+ assert_output -p " Operating in context of local bpm.toml "
11
11
}
12
12
13
13
# We only test two of all commands
You can’t perform that action at this time.
0 commit comments