Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4095d09

Browse filesBrowse files
committed
Issue 43602 : Version is variable
1 parent a5059a7 commit 4095d09
Copy full SHA for 4095d09

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Resources/completion.fish
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.