Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Add text about activation back
Browse files Browse the repository at this point in the history
Lost in 4842d2c.  Addresses #72.
  • Loading branch information
fgsch committed Feb 20, 2019
1 parent 22c03a9 commit 6b4e033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waflyctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ func validateVersion(client fastly.Client, serviceID string, version int) bool {
Error.Println("Version invalid")
return false
}
Info.Printf("Config Version %v Validated successfully", version)
Info.Printf("Config Version %v validated. Remember to activate it", version)
return true

}
Expand Down

0 comments on commit 6b4e033

Please sign in to comment.