Skip to content

Commit 204c132

Browse files
Zegrojhellt
andauthored
Update vqfx Makefile (#289)
* Update Makefile In the last line is calling the variable $(VR_NAME) but it wasn't defined before so i update the variable NAME to VR_NAME * try vqfx with the common workflow * Revert "try vqfx with the common workflow" This reverts commit c1f8866. --------- Co-authored-by: Roman Dodin <dodin.roman@gmail.com>
1 parent 9e68d58 commit 204c132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vqfx/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VENDOR=Juniper
2-
NAME=vQFX
2+
VR_NAME=vQFX
33
IMAGE_FORMAT=qcow2
44
IMAGE_GLOB=*.qcow2
55

0 commit comments

Comments
 (0)