8000 Issue 43602 : Version is variable · symfony/symfony@4095d09 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4095d09

Browse files
committed
Issue 43602 : Version is variable
1 parent a5059a7 commit 4095d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Resources/completion.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function _sf_{{ COMMAND_NAME }}
99
set sf_cmd (string split ' ' (commandline))
1010
set c (math (count $sf_cmd) - 1)
1111

12-
set completecmd "$sf_cmd[1]" "_complete" "-sfish" "-S5.4.0-DEV"
12+
set completecmd "$sf_cmd[1]" "_complete" "-sfish" "-S{{ VERSION }}"
1313

1414
for i in $sf_cmd
1515
if [ $i != "" ]

0 commit comments

Comments
 (0)
0