Skip to content

Commit

Permalink
TER-235: Fix typo bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Caussat committed Mar 20, 2018
1 parent 2cc1212 commit 45d6f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghost/resource_ghost_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ func expandGhostAppLifecycleHooks(d *schema.ResourceData) *ghost.LifecycleHooks
PreBuildimage: StrToB64(data["pre_buildimage"].(string)),
PostBuildimage: StrToB64(data["post_buildimage"].(string)),
PreBootstrap: StrToB64(data["pre_bootstrap"].(string)),
PostBootstrap: StrToB64(data["post_boostrap"].(string)),
PostBootstrap: StrToB64(data["post_bootstrap"].(string)),
}

return lifecycleHooks
Expand Down

0 comments on commit 45d6f78

Please sign in to comment.