()
| 1082 | } |
| 1083 | |
| 1084 | func webSecureUsageError() error { |
| 1085 | errMsg := wski18n.T("The --web-secure option is only valid when the --web option is enabled.") |
| 1086 | return nonNestedError(errMsg) |
| 1087 | } |
| 1088 | |
| 1089 | func zipKindError() error { |
| 1090 | errMsg := wski18n.T("creating an action from a .zip artifact requires specifying the action kind explicitly") |
no test coverage detected