Skip to content

Commit d8e263c

Browse files
authored
remove new line from version (#1228)
1 parent e0b1c26 commit d8e263c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/discoverynode/bin/build_container

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SRCPATH=$(realpath $ROOT_DIR/../src)
88

99
IMAGE_REF=$1
1010
VERSION_REF=$(date +%y%m%d)-$(git rev-list --count --since="today 00:00:00" HEAD)
11-
echo $VERSION_REF > $SRCPATH/udmi/installed_version.txt
11+
echo -n $VERSION_REF > $SRCPATH/udmi/installed_version.txt
1212

1313

1414
cd $SRCPATH

0 commit comments

Comments
 (0)