Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Oct 29, 2019
1 parent ecc308d commit 81df6f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ script:
before_deploy:
- "./ci/hashgen.sh"


deploy:
provider: releases
api_key:
Expand Down
2 changes: 2 additions & 0 deletions cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ func runCreate(cmd *cobra.Command, _ []string) error {
return errors.Wrap(err, "failed to get 'region' value.")
}

remoteTCP, _ := cmd.Flags().GetString("remoteTCP")

name := strings.Replace(pkg.GetRandomName(10), "_", "-", -1)
inletsControlPort := 8080

Expand Down

0 comments on commit 81df6f2

Please sign in to comment.