Skip to content

Commit e7a1361

Browse files
author
John Bryan Sazon
committed
Remove unwanted dummy function
1 parent 5b8a016 commit e7a1361

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

cmd/root.go

+2-5
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,8 @@ var srcFile, destDir string
3333

3434
// rootCmd represents the base command when called without any subcommands
3535
var rootCmd = &cobra.Command{
36-
Use: "gota",
37-
Short: "Go Over the Air installation for Android APK and iOS Ipa files!",
38-
Run: func(cmd *cobra.Command, args []string) {
39-
cmd.SetVersionTemplate("v0.1.4")
40-
},
36+
Use: "gota",
37+
Short: "Go Over the Air installation for Android APK and iOS Ipa files!",
4138
Version: getVersion(),
4239
}
4340

0 commit comments

Comments
 (0)