Skip to content

Commit 98b8895

Browse files
authored
quickfix double "
1 parent 0608a4a commit 98b8895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/docmost.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function update_script() {
5151
cp -r /opt/docmost/data /opt/
5252
rm -rf /opt/docmost
5353
temp_file=$(mktemp)
54-
curl -fsSL "https://github.com/docmost/docmost/archive/refs/tags/v${RELEASE}.tar.gz" -o ""$temp_file""
54+
curl -fsSL "https://github.com/docmost/docmost/archive/refs/tags/v${RELEASE}.tar.gz" -o "$temp_file"
5555
tar -xzf "$temp_file"
5656
mv docmost-${RELEASE} /opt/docmost
5757
cd /opt/docmost

0 commit comments

Comments
 (0)