mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
maintenance (code): fix typos
This commit is contained in:
parent
57afe01f73
commit
3cae9016a0
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ RUN apt-get update > /dev/null && \
|
|||
apt-get purge -y --auto-remove gnupg && \
|
||||
#################
|
||||
# Optional dependencies
|
||||
apt-get install -y curl emacs zip poppler-utils > /dev/null&& \
|
||||
apt-get install -y curl emacs zip poppler-utils > /dev/null && \
|
||||
# Minimal latex dependencies for org-mode
|
||||
cd && apt-get install -y wget perl > /dev/null && \
|
||||
export CTAN_REPO="http://mirror.las.iastate.edu/tex-archive/systems/texlive/tlnet" && \
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
APP_VERSION = "v0.4"
|
||||
APP_VERSION = "v0.4rc"
|
||||
PLUGIN_PATH = "data/plugin/"
|
||||
LOG_PATH = "data/state/log/"
|
||||
CONFIG_PATH = "data/state/config/"
|
||||
|
|
|
|||
Loading…
Reference in a new issue