Skip to content

Commit

Permalink
Set user id to zero by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Manarabdelaty committed Apr 13, 2021
1 parent df91af3 commit dcc0a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ LARGE_FILES_GZ_SPLIT := $(addsuffix .$(ARCHIVE_EXT).00.split, $(LARGE_FILES))
LARGE_FILES_GZ_SPLIT += $(addsuffix .00.split, $(ARCHIVES))

# User ID (8 digit value)
USER_ID ?= 0000010d
USER_ID ?= 00000000

# Caravel path from user project perspective; (Default: 'caravel', assuming caravel is submoduled inside user project)
CARAVEL_MASTER ?= caravel
Expand Down

0 comments on commit dcc0a54

Please sign in to comment.