diff options
Diffstat (limited to 'deploy-static')
| -rwxr-xr-x | deploy-static | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy-static b/deploy-static index c063996d..e0e818be 100755 --- a/deploy-static +++ b/deploy-static @@ -5,7 +5,7 @@ set -o errexit -o nounset -o pipefail touch lock exec {fd}< lock if ! flock -n $fd; then - echo deploy_static already locked >&2 + echo already processing/deploying static files >&2 exit 1 fi |
