Skip to content

Commit 7625ff4

Browse files
committed
Make style consistent
1 parent bfe4704 commit 7625ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EESSI-extend-easybuild.eb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ local eessi_project_install = os.getenv("EESSI_PROJECT_INSTALL") ~= nil
105105
local eessi_user_install = os.getenv("EESSI_USER_INSTALL") ~= nil
106106
107107
-- Use an installation prefix that we _should_ have write access to
108-
if (eessi_cvmfs_install) then
108+
if eessi_cvmfs_install then
109109
-- Make sure no other EESSI install environment variables are set
110110
if (eessi_site_install or eessi_project_install or eessi_user_install) then
111111
LmodError("You cannot use EESSI_CVMFS_INSTALL in combination with any other EESSI_*_INSTALL environment variables")

0 commit comments

Comments
 (0)