From 1f0244174c1c8d04f4e3567f5eef45212dd326e7 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 9 Mar 2018 14:45:11 -0800 Subject: [PATCH] Add newline to bash-history.sh Our bash linter wants newlines at the end of files and this file was missing oen so failed linting. Do quick fix and add a newline so that jobs pass again. Change-Id: I89f3d7b628e8e925c03fcb7b382b8545a91ba601 --- modules/openstack_project/files/bash-history.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/bash-history.sh b/modules/openstack_project/files/bash-history.sh index 16ec2e4e13..e3f56e6e65 100644 --- a/modules/openstack_project/files/bash-history.sh +++ b/modules/openstack_project/files/bash-history.sh @@ -1 +1 @@ -export HISTTIMEFORMAT="%Y-%m-%dT%T%z " \ No newline at end of file +export HISTTIMEFORMAT="%Y-%m-%dT%T%z "