Skip to content

Commit

Permalink
fix virt-v2v bracket
Browse files Browse the repository at this point in the history
fixing the error in the entrypoint script:
line 5: [: missing `]'

Signed-off-by: Liran Rotenberg <[email protected]>
  • Loading branch information
liranr23 authored and ahadas committed Aug 7, 2023
1 parent 66fc0b4 commit 0f733b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virt-v2v/cold/entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -o pipefail -e
shopt -s nullglob

if [ -z "$V2V_source"] ; then
if [ -z "$V2V_source" ] ; then
echo "Following environment needs to be defined:"
echo
echo " V2V_source"
Expand Down

0 comments on commit 0f733b3

Please sign in to comment.