Improve message when skipping a helper because it is already run.
This commit is contained in:
parent
805fc35877
commit
65f626fe9c
|
@ -19,7 +19,7 @@ Check_stagefile ()
|
|||
if [ "${_FORCE}" != "true" ]
|
||||
then
|
||||
# Skipping execution
|
||||
Echo_warning "skipping %s" "${NAME}"
|
||||
Echo_warning "skipping %s, already done" "${NAME}"
|
||||
exit 0
|
||||
else
|
||||
# Forcing execution
|
||||
|
|
Loading…
Reference in New Issue