Skip to content

Commit 0496c9b

Browse files
committed
Merge 'upstream/master' into issue_43785
2 parents e4e3d20 + cf0c193 commit 0496c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PullCommand.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public class PullCommand implements BLauncherCmd {
9090
@CommandLine.Option(names = "--repository")
9191
private String repositoryName;
9292

93-
@CommandLine.Option(names = "--sticky", hidden = true, defaultValue = "true")
93+
@CommandLine.Option(names = "--sticky", hidden = true, defaultValue = "false")
9494
private boolean sticky;
9595

9696
@CommandLine.Option(names = "--offline", hidden = true)

0 commit comments

Comments
 (0)