File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ var rootCmd = &cobra.Command{
17
17
// Uncomment the following line if your bare application
18
18
// has an action associated with it:
19
19
// Run: func(cmd *cobra.Command, args []string) { },
20
- Version : "1.0.6 " ,
20
+ Version : "1.0.7 " ,
21
21
}
22
22
23
23
// Execute adds all child commands to the root command and sets flags appropriately.
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ var syncCmd = &cobra.Command{
82
82
83
83
//now pull changes from remote
84
84
color .Yellow ("Pulling the branch %s" , toBranch )
85
- gitPull .Arguments = []string {"pull" , toBranch }
85
+ gitPull .Arguments = []string {"pull" , "origin" , toBranch }
86
86
xmd = exec .Command (gitPull .Name , gitPull .Arguments ... )
87
87
xmd .Stdout = os .Stdout
88
88
xmd .Stderr = os .Stderr
You can’t perform that action at this time.
0 commit comments