diff options
author | Andreas Gohr <andi@splitbrain.org> | 2023-02-27 13:16:03 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2023-02-27 13:16:03 +0100 |
commit | 9425586fc5258f41619fb2d72ba7423c75cb8074 (patch) | |
tree | 5e274a9e51c41053d235c0d0702a95d46749087f /.github | |
parent | 6ec4b074464648adafe951332c788a8da1a1eb83 (diff) | |
download | dokuwiki-9425586fc5258f41619fb2d72ba7423c75cb8074.tar.gz dokuwiki-9425586fc5258f41619fb2d72ba7423c75cb8074.zip |
release script: update default repository
Diffstat (limited to '.github')
-rw-r--r-- | .github/release.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/release.php b/.github/release.php index 4e1bba2ae..7a9a9462f 100644 --- a/.github/release.php +++ b/.github/release.php @@ -12,7 +12,7 @@ class Release extends splitbrain\phpcli\CLI const TYPES = ['stable', 'hotfix', 'rc']; // base URL to fetch raw files from the stable branch - protected $BASERAW = 'https://raw.githubusercontent.com/splitbrain/dokuwiki/stable/'; + protected $BASERAW = 'https://raw.githubusercontent.com/dokuwiki/dokuwiki/stable/'; /** @inheritdoc */ public function __construct($autocatch = true) |