Skip to content

Commit

Permalink
Merge pull request #462 from BishopFox/fix/461
Browse files Browse the repository at this point in the history
Fix #461
  • Loading branch information
rkervella authored Jul 6, 2021
2 parents 1857b9c + 2ea9554 commit 3e8ce33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/command/jobs/stage.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func StageListenerCmd(ctx *grumble.Context, con *console.SliverConsoleClient) {
}

profile := generate.GetImplantProfileByName(profileName, con)
if profile != nil {
if profile == nil {
con.PrintErrorf("Profile not found\n")
return
}
Expand Down

0 comments on commit 3e8ce33

Please sign in to comment.