Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBeale committed Oct 3, 2021
1 parent 7c98e1f commit 1322f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ func gatherPodCredentials(serviceAccounts *[]ServiceAccount) {

newServiceAccountsCount := len(*serviceAccounts) - startingNumberServiceAccounts
if newServiceAccountsCount > 0 {
fmt.Printf("\n%d new service accounts pulled from this node's %s directory.\n\nPlease hit Enter to continue.\n", newServiceAccountsCount, kubeletPodsDir)
fmt.Printf("\n%d new service accounts pulled from this node's %s directory. Explore them from the sa-menu item on the main menu.\n\nPlease hit Enter to continue.\n", newServiceAccountsCount, kubeletPodsDir)
pauseOnExit = true
}
if pauseOnExit {
Expand Down
2 changes: 1 addition & 1 deletion peirates.go
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ func banner(connectionString ServerInfo, awsCredentials AWSCredentials, assumedA
,,,,,,,,,,,,:.............,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
________________________________________
Peirates v1.0.36 by InGuardians
Peirates v1.1.0 by InGuardians
https://www.inguardians.com/peirates
----------------------------------------------------------------`)

Expand Down

0 comments on commit 1322f9c

Please sign in to comment.