Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Commit

Permalink
begin: fixed a silly typo that broke fetching remote ACIs
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Gonyeo committed Oct 23, 2015
1 parent 8cfe081 commit 20c82df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/begin.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func (a *ACBuild) beginFromImage(start string, insecure bool) error {
return err
}

if len(files) != 0 {
if len(files) != 1 {
var filelist string
for _, file := range files {
if filelist == "" {
Expand Down

0 comments on commit 20c82df

Please sign in to comment.