File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -580,7 +580,7 @@ func appConfigFilePaths(ctx context.Context) (paths []string) {
580
580
return
581
581
}
582
582
583
- var ErrRequireAppName = fmt .Errorf ("the config for your app is missing an app name, add an app field to the fly.toml file or specify with the -a flag` " )
583
+ var ErrRequireAppName = fmt .Errorf ("the config for your app is missing an app name, add an app field to the fly.toml file or specify with the -a flag" )
584
584
585
585
// RequireAppName is a Preparer which makes sure the user has selected an
586
586
// application name via command line arguments, the environment or an application
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ func NewSFTP() *cobra.Command {
44
44
45
45
func newSFTPShell () * cobra.Command {
46
46
const (
47
- long = `The SFTP SHELL command brings up an interactive SFTP session to fetch and push files from/to a VM: .`
47
+ long = `The SFTP SHELL command brings up an interactive SFTP session to fetch and push files from/to a VM.`
48
48
short = long
49
49
usage = "shell"
50
50
)
You can’t perform that action at this time.
0 commit comments