Skip to content

Commit cf0c193

Browse files
Merge pull request #43932 from gayaldassanayake/pull-sticky-false
Make sticky=false for bal pull dependencies
2 parents 5f0a8a2 + f3b07a4 commit cf0c193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PullCommand.java

Lines changed: 1 addition & 1 deletion
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)