diff options
Diffstat (limited to 'snap/snapcraft.yaml')
-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 7914cee2c8..55bd03b097 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -18,7 +18,7 @@ architectures: environment: GITEA_CUSTOM: "$SNAP_COMMON" - GITEA_WORK_DIR: "$SNAP_DATA" + GITEA_WORK_DIR: "$SNAP_COMMON" GIT_TEMPLATE_DIR: "$SNAP/usr/share/git-core/templates" GIT_EXEC_PATH: "$SNAP/usr/lib/git-core" |