Skip to content

Commit 373a854

Browse files
mtojekjohnstcn
andauthored
Update cli/templatepull.go
Co-authored-by: Cian Johnston <cian@coder.com>
1 parent 8c00cf2 commit 373a854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/templatepull.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func (r *RootCmd) templatePull() *clibase.Cmd {
4141
}
4242

4343
if tarMode && zipMode {
44-
return xerrors.Errorf("either tar or zip can be selected")
44+
return xerrors.Errorf("either tar or zip can be selected, but not both")
4545
}
4646

4747
organization, err := CurrentOrganization(inv, client)

0 commit comments

Comments
 (0)