Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtibben committed Feb 27, 2023
1 parent b6b5d10 commit 8e5e8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/ec2proxy_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func StartEc2EndpointProxyServerProcess() error {
return err
}
time.Sleep(time.Second * 1)
if !isProxyRunning() {
if !IsProxyRunning() {
return errors.New("The EC2 Instance Metadata endpoint proxy server isn't running. Run `aws-vault proxy` as Administrator or root in the background and then try this command again")
}
return nil
Expand Down

0 comments on commit 8e5e8ac

Please sign in to comment.