Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
fd732d2d
Commit
fd732d2d
authored
Jul 19, 2016
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hardcode in dists page path
License: MIT Signed-off-by:
Jeromy
<
why@ipfs.io
>
parent
8a8730fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
repo/fsrepo/migrations/migrations.go
repo/fsrepo/migrations/migrations.go
+1
-1
No files found.
repo/fsrepo/migrations/migrations.go
View file @
fd732d2d
...
...
@@ -15,7 +15,7 @@ import (
"strings"
)
var
DistPath
=
"https://ipfs.io/ip
n
s/
dist.ipfs.io
"
var
DistPath
=
"https://ipfs.io/ip
f
s/
QmUnvqDuRyfe7HJuiMMHv77AMUFnjGyAU28LFPeTYwGmFF
"
func
init
()
{
if
dist
:=
os
.
Getenv
(
"IPFS_DIST_PATH"
);
dist
!=
""
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment