Skip to content

Commit

Permalink
Run clang-format and fix org typo
Browse files Browse the repository at this point in the history
  • Loading branch information
afbjorklund committed Nov 24, 2024
1 parent 812640c commit 2359ff7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions templates.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ TemplateHash &getTemplates()
Template("centos-stream", "CentOS Stream", "https://www.centos.org/centos-stream/");
hash["fedora-coreos"] =
Template("fedora-coreos", "Fedora CoreOS", "https://fedoraproject.org/coreos/");
hash["opensuse-leap"] =
Template("opensuse-leap", "openSUSE Leap", "https://www.opensuse.org.org/#Leap");
hash["opensuse-leap"] = Template("opensuse-leap", "openSUSE Leap", "https://www.opensuse.org/");
hash["opensuse-tumbleweed"] =
Template("opensuse-tumbleweed", "openSUSE Tumbleweed", "https://www.opensuse.org/#Tumbleweed");
Template("opensuse-tumbleweed", "openSUSE Tumbleweed", "https://www.opensuse.org/");

// Container engines
hash["default"] = Template("default", "Default", "https://containerd.io");
Expand Down

0 comments on commit 2359ff7

Please sign in to comment.