Skip to content

Commit

Permalink
Improve upload archive progress bar
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed Jan 8, 2025
1 parent 51b9b20 commit b515800
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions artifactory/commands/dotnet/dotnetcommand.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,7 @@ func CreateConfigFileIfNeeded(customConfigPath string) error {
return err
}
// Write the default config content to the file
if err = os.WriteFile(customConfigPath, []byte("<configuration></configuration>"), 0644); err != nil {
return err
}
return os.WriteFile(customConfigPath, []byte("<configuration></configuration>"), 0644)
}

func addConfigFileFlag(cmd *dotnet.Cmd, configFilePath string) {
Expand Down

0 comments on commit b515800

Please sign in to comment.