Commit 5b0b814e authored by Alexandre Burgoni's avatar Alexandre Burgoni
Browse files

fix(cookiecutter): remove latest rule

parent d7c2dc32
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -33,10 +33,6 @@ module.exports = [
        {
          templateVariable: "r2_imagetag",
          question: "What is the tag of this image?",
          errorMessage: "Must be a specific tag",
          isValid(val) {
            return val !== "latest";
          }
        },
        {
          templateVariable: "r2_icon",