Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <jortel@redhat.com>
  • Loading branch information
jortel committed Nov 21, 2024
1 parent 0f6f944 commit 9c1f69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/subversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func (r *Subversion) URL() (u *SvnURL) {
return
}

// svn returns a svn command.
// svn returns an svn command.
func (r *Subversion) svn() (cmd *command.Command) {
cmd = command.New("/usr/bin/svn")
cmd.Options.Add("--non-interactive")
Expand Down

0 comments on commit 9c1f69c

Please sign in to comment.