Skip to content

Commit

Permalink
fix: bump version
Browse files Browse the repository at this point in the history
previous PR was squashed, no release was generated
  • Loading branch information
jm33-m0 committed Feb 15, 2025
1 parent 546ca90 commit e0b4c99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions core/lib/cc/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ func SetDynamicPrompt() string {
}
transport = getTransport(ActiveAgent.Transport)
}
if ActiveModule == "<blank>" {
ActiveModule = "none" // if no module is selected
}
agent_name := color.New(color.FgCyan, color.Underline).Sprint(shortName)
mod_name := color.New(color.FgHiBlue).Sprint(ActiveModule)

Expand Down
2 changes: 1 addition & 1 deletion core/lib/cc/mod.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var (
ModuleDirs []string

// ActiveModule selected module
ActiveModule = "<blank>"
ActiveModule = "none"

// ActiveAgent selected target
ActiveAgent *emp3r0r_def.Emp3r0rAgent
Expand Down

0 comments on commit e0b4c99

Please sign in to comment.