Remove unnecessary command restrictions
This commit is contained in:
parent
28f5d3d355
commit
df2a735ac0
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ begin
|
|||
|
||||
set -q USER_NAME || set -l USER_NAME manuel
|
||||
set -q USER_DISPLAYNAME
|
||||
and set -q USER_GROUPS || set -l USER_GROUPS ""
|
||||
and begin
|
||||
set -q USER_GROUPS || set -l USER_GROUPS ""
|
||||
begin
|
||||
set -l projectRoot (realpath "$dir/../../..")
|
||||
set -l projectName (basename "$projectRoot")
|
||||
set -l relativeDir (realpath --relative-to "$projectRoot" "$dir")
|
||||
|
|
Loading…
Reference in a new issue