Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 4, 2023
1 parent a0efc55 commit 81ec06b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ var rootCmd = &cobra.Command{
Version: versionData,

Run: func(cmd *cobra.Command, args []string) {
log.Println(args)
for _, v := range args {
if _, err := os.Stat(v); err != nil {
if os.IsNotExist(err) {
Expand Down

0 comments on commit 81ec06b

Please sign in to comment.