From 46c3a5e7537ea43b96450b309a3d06e4a0f5fd7f Mon Sep 17 00:00:00 2001 From: pra-moh <49077256+pra-moh@users.noreply.github.com> Date: Thu, 23 Jan 2020 17:49:41 -0800 Subject: [PATCH] [baseimage]: removing space from shebang in procdockerstatsd (#4051) --- files/image_config/procdockerstatsd/procdockerstatsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/image_config/procdockerstatsd/procdockerstatsd b/files/image_config/procdockerstatsd/procdockerstatsd index 66d2d45009d5..a7bdcd6e6ce6 100644 --- a/files/image_config/procdockerstatsd/procdockerstatsd +++ b/files/image_config/procdockerstatsd/procdockerstatsd @@ -1,4 +1,4 @@ -# !/usr/bin/env python +#!/usr/bin/env python ''' procdockerstatsd Daemon which periodically gathers process and docker statistics and pushes the data to STATE_DB