Skip to content

Commit

Permalink
Update script messages to use build_and_install (nvidia-holoscan#485)
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chang <[email protected]>
  • Loading branch information
mocsharp authored Aug 29, 2024
1 parent e25ce4d commit 0641573
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion applications/endoscopy_tool_tracking/cpp/package-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ APP_PATH="$GIT_ROOT/install/endoscopy_tool_tracking_cpp"

if [ ! -d $APP_PATH ]; then
print_error "Please build the Endoscopy Tool Tracking application first with the following command:"
print_error "./dev_container build_and_run endoscopy_tool_tracking"
print_error "./dev_container build_and_install endoscopy_tool_tracking"
exit -1
fi

Expand Down
2 changes: 1 addition & 1 deletion applications/endoscopy_tool_tracking/python/package-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ APP_PATH="$GIT_ROOT/install/endoscopy_tool_tracking_python"

if [ ! -d $APP_PATH ]; then
print_error "Please build the Endoscopy Tool Tracking application first with the following command:"
print_error "./dev_container build_and_run endoscopy_tool_tracking"
print_error "./dev_container build_and_install endoscopy_tool_tracking"
exit -1
fi

Expand Down
2 changes: 1 addition & 1 deletion applications/object_detection_torch/package-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ APP_PATH="$GIT_ROOT/install/object_detection_torch"

if [ ! -d $APP_PATH ]; then
print_error "Please build the Object Detection Torch application first with the following command:"
print_error "./dev_container build_and_run object_detection_torch"
print_error "./dev_container build_and_install object_detection_torch"
exit -1
fi

Expand Down

0 comments on commit 0641573

Please sign in to comment.