diff options
Diffstat (limited to 'libs/project')
-rwxr-xr-x | libs/project | 2 |
1 files changed, 1 insertions, 1 deletions
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" |