Skip to content

Commit 906b1e9

Browse files
committed
store branch name
1 parent 911856f commit 906b1e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Kernel/Extensions.wl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ InstallPaclet[dir_String][a_Association, Rule[Github | "Github", Rule[url_String
317317
DeleteDirectory[FileNameJoin[{dir, "___temp"}], DeleteContents -> True];
318318
Print["WLJS Extensions >> finished!"];
319319

320-
Join[a, <|"enabled" -> True|>]
320+
Join[a, <|"enabled" -> True, "branch" -> branch|>]
321321
]
322322

323323

0 commit comments

Comments
 (0)