mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
parent
d84b92ef13
commit
8702098032
|
@ -17,7 +17,7 @@ func (az *azfunc) init(props *properties, env environmentInfo) {
|
||||||
{
|
{
|
||||||
executable: "func",
|
executable: "func",
|
||||||
args: []string{"--version"},
|
args: []string{"--version"},
|
||||||
regex: `(?P<version>.+)`,
|
regex: `(?P<version>[0-9.]+)`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue