Skip to content

Commit 8c9e1ab

Browse files
errantodb
authored andcommitted
Fix typos
1 parent 2b5c1c8 commit 8c9e1ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

msfupdate

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ end
4545
# the user originally cloned or forked.
4646
def add_git_upstream
4747
$stdout.puts "[*] Attempting to add remote 'upstream' to your local git repository."
48-
system("git", "remote", "add", "upstream", "git://github.com/rapid7/rapid7metasploit-framework.git")
48+
system("git", "remote", "add", "upstream", "git://github.com/rapid7/metasploit-framework.git")
4949
$stdout.puts "[*] Added remote 'upstream' to your local git repository."
5050
end
5151

@@ -115,7 +115,7 @@ if is_git
115115
add_git_upstream unless $?.success? and out =~ %r{(https|git|git@github\.com):(//github\.com/)?(rapid7/metasploit-framework\.git)}
116116

117117
remote = @git_remote || "upstream"
118-
branch = @git_branchch || "master"
118+
branch = @git_branch || "master"
119119

120120
# This will save local changes in a stash, but won't
121121
# attempt to reapply them. If the user wants them back

0 commit comments

Comments
 (0)