diff options
author | Carlos Hernandez <hurricanehrndz@users.noreply.github.com> | 2019-11-29 11:07:02 -0700 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-11-29 10:07:02 -0800 |
commit | 1f684cf80a0026848f5d64794dfca05654a9f66a (patch) | |
tree | f9c833a1cecb1663f554816802baff7339dbcd73 | |
parent | 0a9ecf460a33ad1ee2b756d2ef0417e99bdfb988 (diff) | |
download | rneovim-1f684cf80a0026848f5d64794dfca05654a9f66a.tar.gz rneovim-1f684cf80a0026848f5d64794dfca05654a9f66a.tar.bz2 rneovim-1f684cf80a0026848f5d64794dfca05654a9f66a.zip |
snap: declare "devmode" instead of "classic" #11482
-rw-r--r-- | snap/snapcraft.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index da3e74d3e7..218fdcf649 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -12,7 +12,7 @@ description: | For lots more details, see the wiki! grade: stable # must be 'stable' to release into candidate/stable channels -confinement: classic +confinement: devmode apps: nvim: |