Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
handle first deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Feb 16, 2024
1 parent a06b1c2 commit 2fd19f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/project/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ func PullState(backend Backend, app, stage string, out string) error {
if err != nil {
return err
}
if reader == nil {
return nil
}
file, err := os.Create(out)
if err != nil {
return err
Expand Down

0 comments on commit 2fd19f4

Please sign in to comment.