From 0845a97b3e8e808aafb060924f543bfc01eed171 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Tue, 19 Feb 2019 00:33:14 -0500 Subject: Center tool/project output between header/footer Makes it easier to read when multiple terse actions are performed. --- libs/project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/project') diff --git a/libs/project b/libs/project index fc7ee232..f90b368e 100755 --- a/libs/project +++ b/libs/project @@ -152,7 +152,7 @@ project_action() { project_action_check "$action" "$project" "$@" - printf '%s\n' "Project $project $action (with ${arguments:-no argument})" + printf '%s\n\n' "Project $project $action (with ${arguments:-no argument})" if "$action" "$@"; then printf '\n%s\n' "Project $project $action (with ${arguments:-no argument}) completed" -- cgit v1.2.3-70-g09d2