Skip to content

Commit fd0a919

Browse files
authored
Update TOKEN_SHA1
1 parent 1637a07 commit fd0a919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CHAPTER ?=
33
OFFLINE :=
44
# This is only for TAs to run base test, students do not know the token
55
TOKEN_SHA1 := $(shell echo -n '$(passwd)' | sha1sum | xargs | awk -F' ' '{ print $$1 }')
6-
ifeq ($(TOKEN_SHA1), 3d95c23bbc8fa7540096eb11aa094621c28f9358)
6+
ifeq ($(TOKEN_SHA1), 1c22d32b04178593d7452f5eb5037bda00f73037)
77
BASE := 1
88
BASE_CHAR := b
99
else

0 commit comments

Comments
 (0)