Fix wrongly replace spec api version (#1254)

This commit is contained in:
Ta-Ching Chen
2019-07-29 13:49:05 +08:00
committed by GitHub
parent be84f9ec93
commit 74ad096158
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ import (
"github.com/fission/fission/pkg/types"
)
const SPEC_API_VERSION = "fv1.io/v1"
const SPEC_API_VERSION = "fission.io/v1"
const ARCHIVE_URL_PREFIX string = "archive://"