libnetwork.lib: fix warning message in 'git.create_tarball()'
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
parent
3425fbf7ee
commit
4623dd6866
@ -990,7 +990,7 @@ function git.create_tarball() {
|
||||
local today="$(date "+%Y%m%d")"
|
||||
if [ "$pck_version" ]; then
|
||||
[ "$pck_version" = "${today}git" ] || notify.warning "\
|
||||
${NOTE}${today}git${NORM}: "$"\
|
||||
${NOTE}${pck_version}${NORM}: "$"\
|
||||
not the expected package version"" (${NOTE}${today}git${NORM})..."
|
||||
else
|
||||
pck_version="${today}git"
|
||||
|
Loading…
Reference in New Issue
Block a user