[Initiatives.wiki] Update DevOps with Flatpak



commit ce3fa300e635e5bb66b72b0e43986f40c89ba822
Author: Carlos Soriano <csoriano1618 gmail com>
Date:   Mon Jul 16 20:20:22 2018 +0000

    Update DevOps with Flatpak

 DevOps-with-Flatpak.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/DevOps-with-Flatpak.md b/DevOps-with-Flatpak.md
index 3689e14..15032c0 100644
--- a/DevOps-with-Flatpak.md
+++ b/DevOps-with-Flatpak.md
@@ -189,7 +189,7 @@ First, let's add basic support for profiles in the root meson.build file.
 ```python
 if get_option('profile') == 'development'
   profile = 'Devel'
-  name_suffix = ' (Development Snapshot)'
+  name_suffix = ' (Development)'
 else
   profile = ''
   name_suffix = ''


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]