Skip to content

Commit 826434c

Browse files
committed
Fix pre-commit stuff
1 parent a673bad commit 826434c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898

9999
args = {
100100
"STACKABLE_USER_NAME": "stackable",
101-
"STACKABLE_USER_UID": "782252253", # This is a random high id to not conflict with any existing user
102-
"STACKABLE_USER_GID": "574654813", # This is a random high id to not conflict with any existing group
101+
"STACKABLE_USER_UID": "782252253", # This is a random high id to not conflict with any existing user
102+
"STACKABLE_USER_GID": "574654813", # This is a random high id to not conflict with any existing group
103103
"DELETE_CACHES": "true",
104104
}

0 commit comments

Comments
 (0)